/aosp_15_r20/external/skia/docs/examples/ |
H A D | Path_getVerbs.cpp | 6 auto debugster = [](const char* prefix, const SkPath& path, uint8_t* verbs, int max) -> void { in draw() 18 uint8_t verbs[3]; in draw() local
|
H A D | Path_Verb.cpp | 12 uint8_t verbs[7]; in draw() local
|
H A D | count_verbs.cpp | 38 const char* verbs[6] = {"Move", "Line", "Quad", "Conic", "Cubic", "Close"}; in draw() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathPriv.h | 81 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() local 106 auto verbs = path.fPathRef->verbsBegin(); in LeadingMoveToCount() local 436 const uint8_t verbs[], in MakePath()
|
H A D | SkPath.cpp | 1545 const uint8_t* verbs = path.fPathRef->verbsEnd(); in reversePathTo() local 1589 const uint8_t* verbs = src->fPathRef->verbsEnd(); in reverseAddPath() local 1806 const uint8_t* verbs = fVerbs; in isClosedContour() local 2325 auto verbs = fPathRef->verbsEnd() - 1; in computeConvexity() local 2452 const uint8_t* verbs = fCurrVerb; in next() local 3571 const uint8_t verbs[], in MakeInternal()
|
H A D | SkPath_serial.cpp | 226 const uint8_t* verbs = buffer.skipCount<uint8_t>(counts.vbs); in readFromMemory() local
|
H A D | SkPathBuilder.cpp | 823 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath() local
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | create_test_font.cpp | 140 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data() 214 SkTDArray<SkPath::Verb> verbs; in output_font() local
|
H A D | TestTypeface.cpp | 94 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SimpleStrokerSlide.cpp | 81 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs() function in __anon30b7c6950111::PathRecorder 310 const std::vector<uint8_t>& verbs = path.verbs(); in appendPathReversed() local
|
H A D | QuadStrokerSlide.cpp | 566 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs() local
|
H A D | VariableWidthStrokerSlide.cpp | 853 std::vector<uint8_t> verbs; in appendPathReversed() local
|
/aosp_15_r20/packages/providers/MediaProvider/ |
D | gen_strings.py | 23 verbs = ["write","trash","untrash","delete"] variable
|
/aosp_15_r20/external/coreboot/src/mainboard/asus/p8x7x-series/variants/p8z77-m/ |
H A D | hda_verb.c | 60 const u32 verbs[] = { in mainboard_azalia_program_runtime_verbs() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 2971 uint8_t verbs[32]; in test_zero_length_paths() local 4170 uint8_t verbs[4]; in test_addPathMode() local 4188 uint8_t verbs[7]; in test_extendClosedPath() local 4727 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 5064 uint8_t verbs[6]; in DEF_TEST() local 5218 const SkPath::Verb verbs[] = { in DEF_TEST() local 5405 auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath { in DEF_TEST() 5627 for (int verbs = 0; verbs < 100; ++verbs) { in DEF_TEST() local
|
H A D | SkPathRangeIterTest.cpp | 28 Verb verbs[] = { in DEF_TEST() local
|
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/hermes/ |
H A D | hda_verb.c | 141 const u32 verbs[] = { in mainboard_r0x_configure_alc888() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | aarectmodes.cpp | 42 char verbs[] = { in test4() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 33 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | azalia_device.c | 222 int azalia_program_verb_table(u8 *base, const u32 *verbs, u32 verb_size) in azalia_program_verb_table()
|
/aosp_15_r20/external/skia/include/private/ |
H A D | SkPathRef.h | 61 SkPathRef(SkSpan<const SkPoint> points, SkSpan<const uint8_t> verbs, in SkPathRef()
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPath.h | 1574 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) in RangeIter()
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | interface.js | 60 CanvasKit.Path.MakeFromVerbsPointsWeights = function(verbs, pts, weights) { argument 161 CanvasKit.Path.prototype.addVerbsPointsWeights = function(verbs, points, weights) { argument
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 134 std::vector<char> verbs; member
|
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/ |
H A D | canvaskit-wasm-tests.ts | 463 const verbs = CK.Malloc(Uint8Array, 10); constant
|