Searched refs:perPath (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 338 PerEmptyT&& perEmpty, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsPathWithARGBFallback() argument 351 perPath(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback() 436 PerEmptyT&& perEmpty, PerSDFT&& perSDF, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsSDFWithARGBFallback() argument 457 perPath(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback() 782 auto perPath = in generateFromGlyphRunList() local 796 std::move(perEmpty), std::move(perSDF), std::move(perPath), in generateFromGlyphRunList() 818 auto perPath = [textScale, run] in generateFromGlyphRunList() local 830 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in generateFromGlyphRunList() 1028 auto perPath = [glyphCacheState](const SkGlyph& glyph, SkPoint position) { in processGlyphRunForPaths() local 1037 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in processGlyphRunForPaths() [all …]
|
D | SkGlyphRunPainter.h | 108 PerEmptyT&& perEmpty, PerPath&& perPath, ARGBFallback&& fallbackARGB); 114 PerEmptyT&& perEmpty, PerSDFT&& perSDF, PerPathT&& perPath, ARGBFallback&& perFallback);
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 614 String perPath = "//ldml/units/unitLength" + unitLength.typeString in handleCompoundUnit() local 618 return format(getValueFromFormat(perPath, form), unit1, unit2); in handleCompoundUnit()
|