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

  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 506 struct BigGlyph {
507 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool applyVM)
538 SkTArray<BigGlyph> fBigGlyphs;
GrAtlasTextBlob.cpp 165 fBigGlyphs.push_back(GrAtlasTextBlob::BigGlyph(*glyph->fPath, x, y, scale, applyVM));
348 GrAtlasTextBlob::BigGlyph& bigGlyph = fBigGlyphs[i];
349 calculate_translation(bigGlyph.fApplyVM, viewMatrix, x, y,
352 ctm.setScale(bigGlyph.fScale, bigGlyph.fScale);
353 ctm.postTranslate(bigGlyph.fX + transX, bigGlyph.fY + transY);
354 if (bigGlyph.fApplyVM) {
358 GrBlurUtils::drawPathWithMaskFilter(context, dc, clip, bigGlyph.fPath
    [all...]

Completed in 244 milliseconds