Searched refs:skglyph (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/core/ |
D | SkGlyph.h | 239 namespace skglyph { 273 friend SkGlyphRect skglyph::rect_union(SkGlyphRect, SkGlyphRect); 274 friend SkGlyphRect skglyph::rect_intersection(SkGlyphRect, SkGlyphRect); 283 namespace skglyph { 338 skglyph::GlyphAction actionFor(skglyph::ActionType actionType) const { in actionFor() 339 return static_cast<skglyph::GlyphAction>((fActions >> actionType) & 0b11); in actionFor() 342 void setActionFor(skglyph::ActionType, SkGlyph*, sktext::StrikeForGPU*); 364 void setAction(skglyph::ActionType actionType, skglyph::GlyphAction action) { in setAction() 365 using namespace skglyph; in setAction() local 375 static_assert(SkTo<int>(skglyph::GlyphAction::kSize) <= 4); [all …]
|
D | SkStrike.h | 51 SkGlyphDigest digestFor(skglyph::ActionType, SkPackedGlyphID) override SK_REQUIRES(fStrikeLock);
|
D | SkGlyph.cpp | 25 using namespace skglyph; 437 void SkGlyphDigest::setActionFor(skglyph::ActionType actionType, in setActionFor()
|
D | SkStrike.cpp | 27 using namespace skglyph;
|
D | SkGlyphRunPainter.cpp | 29 using namespace skglyph;
|
D | SkChromeRemoteGlyphCache.cpp | 49 using namespace skglyph; 174 SkGlyphDigest digestFor(skglyph::ActionType, SkPackedGlyphID) override;
|
/external/skia/tests/ |
D | SkStrikeTest.cpp | 41 using namespace skglyph; 59 SkGlyphRect boundingRect = skglyph::empty_rect(); in prepare_for_mask_drawing() 67 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_mask_drawing()
|
D | SkGlyphTest.cpp | 14 using namespace skglyph; in DEF_TEST()
|
/external/skia/src/text/ |
D | StrikeForGPU.h | 79 virtual SkGlyphDigest digestFor(skglyph::ActionType, SkPackedGlyphID) = 0;
|
/external/skia/src/text/gpu/ |
D | SubRunContainer.cpp | 51 using namespace skglyph; 2326 SkGlyphRect boundingRect = skglyph::empty_rect(); in prepare_for_SDFT_drawing() 2343 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_SDFT_drawing() 2371 SkGlyphRect boundingRect = skglyph::empty_rect(); in prepare_for_direct_mask_drawing() 2387 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_direct_mask_drawing() 2406 SkGlyphRect boundingRect = skglyph::empty_rect(); in prepare_for_mask_drawing() 2418 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_mask_drawing()
|