Searched refs:fTextSize (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/src/core/ |
D | SkTypeface_remote.cpp | 35 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()
|
D | SkScalerContext.h | 57 SkScalar fTextSize, fPreScaleX, fPreSkewX; member 138 fTextSize, fPreScaleX, fPreSkewX, fPost2x2[0][0], in dump()
|
D | SkScalerCache.cpp | 257 matrix.preScale(SkScalarInvert(rec.fTextSize), SkScalarInvert(rec.fTextSize)); in dump()
|
D | SkScalerContext.cpp | 791 *m = SkFontPriv::MakeTextMatrix(fTextSize, fPreScaleX, fPreSkewX); in getLocalMatrix() 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/ |
D | SkottieShaper.cpp | 57 , 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()
|
D | TextValue.cpp | 37 v->fTextSize = **text_size; in Parse() 40 v->fAscent = font->fAscentPct * -0.01f * v->fTextSize; // negative ascent per SkFontMetrics in Parse()
|
D | SkottieShaper.h | 107 SkScalar fTextSize, member
|
D | TextAdapter.cpp | 454 fText->fTextSize, in reshape()
|
/third_party/skia/samplecode/ |
D | SampleQuadStroker.cpp | 135 SkScalar fTextSize; member in QuadStrokerView 179 fTextSize = 12; in QuadStrokerView() 214 fTextSize = std::max(1.0f, fTextSize - 1); in onChar() 218 fTextSize += 1; in onChar() 674 font.setSize(fTextSize); in onDrawContent() 676 0, fTextSize, font, &path); in onDrawContent() 678 draw_stroke(canvas, path, width * fWidthScale / fTextSize, fTextSize, true); in onDrawContent()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 20 && fTextSize == other.fTextSize in operator ==()
|
/third_party/skia/gm/ |
D | lcdtext.cpp | 84 SkScalar fTextSize; in onDraw() member 98 SkFont font(nullptr, rec[i].fTextSize); in onDraw()
|
/third_party/skia/modules/skottie/include/ |
D | SkottieProperty.h | 42 float fTextSize = 0, member
|
/third_party/skia/modules/canvaskit/ |
D | skottie_bindings.cpp | 229 txt_val.set("size", txt.fTextSize); in getTextProps() 254 t.fTextSize = size; in setText()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 659 if (rec->fTextSize > SkIntToScalar(1 << 14)) { in onFilterRec() 660 rec->fTextSize = SkIntToScalar(1 << 14); in onFilterRec()
|