HomeSort by relevance Sort by last modified time
    Searched refs:getPackedID (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/fonts/
SkRandomScalerContext.cpp 88 fProxy->getPath(glyph->getPackedID(), &path);
105 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
158 fProxy->getPath(glyph.getPackedID(), &path);
  /external/skqp/tools/
SkRandomScalerContext.cpp 88 fProxy->getPath(glyph->getPackedID(), &path);
105 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
158 fProxy->getPath(glyph.getPackedID(), &path);
  /external/skia/src/core/
SkGlyph.h 246 SkPackedGlyphID getPackedID() const {
SkScalerContext.cpp 131 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
443 tmpGlyph.initWithGlyphID(origGlyph.getPackedID());
468 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
    [all...]
SkGlyphCache.cpp 209 fScalerContext->getPath(glyph.getPackedID(), path);
  /external/skqp/src/core/
SkGlyph.h 246 SkPackedGlyphID getPackedID() const {
SkScalerContext.cpp 137 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
449 tmpGlyph.initWithGlyphID(origGlyph.getPackedID());
474 this->internalGetPath(glyph->getPackedID(), &fillPath, &devPath, &fillToDevMatrix);
    [all...]
SkGlyphCache.cpp 209 fScalerContext->getPath(glyph.getPackedID(), path);

Completed in 132 milliseconds