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 507 struct BigGlyph {
508 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool treatAsBMP)
539 SkTArray<BigGlyph> fBigGlyphs;
GrAtlasTextBlob.cpp 171 fBigGlyphs.push_back(GrAtlasTextBlob::BigGlyph(*glyph->fPath, x, y, scale, treatAsBMP));
343 GrAtlasTextBlob::BigGlyph& bigGlyph = fBigGlyphs[i];
344 calculate_translation(bigGlyph.fTreatAsBMP, viewMatrix, x, y,
347 ctm.setScale(bigGlyph.fScale, bigGlyph.fScale);
348 ctm.postTranslate(bigGlyph.fX + transX, bigGlyph.fY + transY);
349 if (!bigGlyph.fTreatAsBMP) {
353 GrBlurUtils::drawPathWithMaskFilter(context, rtc, clip, bigGlyph.fPath, paint, ctm, nullptr
    [all...]

Completed in 271 milliseconds