Searched refs:textScale (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | SkFontMgr_example2.cpp | 16 float textScale = 24; in REG_FIDDLE() local 31 tostr(fontStyle.slant()), textScale); in REG_FIDDLE() 32 SkFont font(mgr->legacyMakeTypeface(familyName.c_str(), fontStyle), textScale); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | glyph_pos.cpp | 30 SkScalar textScale, 88 SkScalar textScale, in drawTestCase() 97 SkFont font(ToolUtils::create_portable_typeface(), kTextHeight * textScale); in drawTestCase() local 87 drawTestCase(SkCanvas* canvas, SkScalar textScale, SkScalar strokeWidth, SkPaint::Style strokeStyle) drawTestCase() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 234 SkScalar textScale = 0) in ScopedContentEntry() 245 fDevice->setUpContentEntry(clipStack, matrix, paint, textScale, &fDstFormXObject); in ScopedContentEntry() 247 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0) in ScopedContentEntry() 248 : ScopedContentEntry(dev, &dev->cs(), dev->localToDevice(), paint, textScale) {} in ScopedContentEntry() 1146 SkScalar textScale, in populate_graphic_state_entry_from_paint() 1214 entry->fTextScaleX = textScale; in populate_graphic_state_entry_from_paint() 1220 SkScalar textScale, in setUpContentEntry() 1269 textScale, in setUpContentEntry() 1139 populate_graphic_state_entry_from_paint( SkPDFDocument* doc, const SkMatrix& matrix, const SkClipStack* clipStack, SkIRect deviceBounds, const SkPaint& paint, const SkMatrix& initialTransform, SkScalar textScale, SkPDFGraphicStackState::Entry* entry, SkTHashSet<SkPDFIndirectReference>* shaderResources, SkTHashSet<SkPDFIndirectReference>* graphicStateResources) populate_graphic_state_entry_from_paint() argument 1217 setUpContentEntry(const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale, SkPDFIndirectReference* dst) setUpContentEntry() argument
|
Completed in 5 milliseconds