Home
last modified time | relevance | path

Searched refs:fTextSize (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/core/
H A DSkTypeface_remote.cpp35 SkStrikeClient::CacheMissType::kGlyphMetrics, fRec.fTextSize); in generateMetrics()
47 SkStrikeClient::CacheMissType::kGlyphImage, fRec.fTextSize); in generateImage()
57 SkStrikeClient::CacheMissType::kGlyphPath, fRec.fTextSize); in generatePath()
70 SkStrikeClient::CacheMissType::kFontMetrics, fRec.fTextSize); in generateFontMetrics()
H A DSkScalerContext.h57 SkScalar fTextSize, fPreScaleX, fPreSkewX; member
138 fTextSize, fPreScaleX, fPreSkewX, fPost2x2[0][0], in dump()
H A DSkScalerCache.cpp257 matrix.preScale(SkScalarInvert(rec.fTextSize), SkScalarInvert(rec.fTextSize)); in dump()
H A DSkScalerContext.cpp791 *m = SkFontPriv::MakeTextMatrix(fTextSize, fPreScaleX, fPreSkewX); in getLocalMatrix()
925 // * fTextSize (a scale, which has no effect) in computeAxisAlignmentForHText()
985 area *= rec.fTextSize * rec.fTextSize; in too_big_for_lcd()
988 return rec.fTextSize > SK_MAX_SIZE_FOR_LCDTEXT; in too_big_for_lcd()
1007 rec->fTextSize = font.getSize(); in MakeRecAndEffects()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp57 , fFont(fDesc.fTypeface, fDesc.fTextSize) in BlobMaker()
392 if (box.isEmpty() || orig_desc.fTextSize <= 0) { in ShapeToFit()
398 const auto min_scale = std::max(desc.fMinTextSize / desc.fTextSize, 0.0f), in ShapeToFit()
399 max_scale = std::max(desc.fMaxTextSize / desc.fTextSize, min_scale); in ShapeToFit()
413 desc.fTextSize = try_scale * orig_desc.fTextSize; in ShapeToFit()
H A DTextValue.cpp37 v->fTextSize = **text_size; in Parse()
40 v->fAscent = font->fAscentPct * -0.01f * v->fTextSize; // negative ascent per SkFontMetrics in Parse()
H A DSkottieShaper.h107 SkScalar fTextSize, member
H A DTextAdapter.cpp454 fText->fTextSize, in reshape()
/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp20 && fTextSize == other.fTextSize in operator ==()
/third_party/skia/gm/
H A Dlcdtext.cpp84 SkScalar fTextSize; member
98 SkFont font(nullptr, rec[i].fTextSize);
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp135 SkScalar fTextSize; member in QuadStrokerView
179 fTextSize = 12; in QuadStrokerView()
214 fTextSize = std::max(1.0f, fTextSize - 1);
218 fTextSize += 1;
674 font.setSize(fTextSize);
676 0, fTextSize, font, &path);
678 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true);
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h42 float fTextSize = 0, member
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp229 txt_val.set("size", txt.fTextSize); in getTextProps()
254 t.fTextSize = size; in setText()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp664 if (rec->fTextSize > SkIntToScalar(1 << 14)) {
665 rec->fTextSize = SkIntToScalar(1 << 14);

Completed in 14 milliseconds