/third_party/skia/docs/examples/ |
H A D | text_shadow.cpp | 11 const SkScalar textSize = 48.0f; in REG_FIDDLE() local
|
/third_party/skia/samplecode/ |
H A D | SampleLCD.cpp | 29 SkScalar textSize = SkIntToScalar(6); variable
|
/third_party/skia/gm/ |
H A D | imageblur2.cpp | 39 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local 41 SkFont font(ToolUtils::create_portable_typeface(), textSize); in DEF_SIMPLE_GM() local
|
H A D | strokefill.cpp | 254 path_bold(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, float textSize) path_bold() argument
|
H A D | texteffects.cpp | 118 SkFont skFont(ToolUtils::create_portable_typeface(fam[font], SkFontStyle()), textSize); in DEF_SIMPLE_GM() local 29 create_underline(const SkTDArray<SkScalar>& intersections, SkScalar last, SkScalar finalPos, SkScalar uPos, SkScalar uWidth, SkScalar textSize) create_underline() argument
|
/third_party/skia/src/gpu/text/ |
H A D | GrSDFTControl.cpp | 81 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size() argument 104 SkScalar textSize = font.getSize(); in getSDFFont() local 139 computeSDFMinMaxScale( SkScalar textSize, const SkMatrix& viewMatrix) const computeSDFMinMaxScale() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkTextBlobPriv.h | 66 RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPositioning pos) in RunRecord() argument 121 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function in SkTextBlob::RunRecord 233 uint32_t textSize() const { in textSize() function in SkTextBlobRunIterator
|
H A D | SkFont.cpp | 134 SkScalar textSize = fSize; in setupForAsPaths() local
|
H A D | SkTextBlob.cpp | 39 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize() argument 476 allocInternal(const SkFont& font, SkTextBlob::GlyphPositioning positioning, int count, int textSize, SkPoint offset, const SkRect* bounds) allocInternal() argument 666 uint32_t textSize = it.textSize(); Flatten() local 712 int textSize = pe.extended ? reader.read32() : 0; MakeFromBuffer() local [all...] |
H A D | SkTypeface.cpp | 554 const SkScalar textSize = 2048; in onComputeBounds() local
|
/third_party/skia/tests/ |
H A D | DrawTextTest.cpp | 139 SkScalar textSize; in DEF_TEST() member
|
H A D | SkRemoteGlyphCacheTest.cpp | 767 sk_sp<SkTextBlob> MakeEmojiBlob(sk_sp<SkTypeface> serverTf, SkScalar textSize, in MakeEmojiBlob() argument
|
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/ |
H A D | D3d12maDumpVis.py | 228 textSize = draw.textsize(text, font=font)
variable
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Editor.cpp | 26 auto textSize = SkSize::Make(size.width(), size.height() - DEFAULT_STATUS_HEIGHT); in Editor() local
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 178 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize, in SkCTFontCreateExactCopy() argument
|
H A D | SkScalerContext_mac_ct.cpp | 143 CGFloat textSize = SkScalarToCGFloat(scale.y()); in SkScalerContext_Mac() local
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 35 size_t textSize = text.size(); in drawText() local
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
H A D | ubrkperfold.cpp | 169 int32_t textSize = 0; variable [all...] |
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 164 create_string_bitmap(int w, int h, SkColor c, int x, int y, int textSize, const char* str) { in create_string_bitmap() argument 172 SkFont font(ToolUtils::create_portable_typeface(), textSize); in create_string_bitmap() local 191 sk_sp<SkImage> create_string_image(int w, int h, SkColor c, int x, int y, int textSize, in create_string_image() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 849 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun() local
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1344 size_t textSize = sizeof(decltype(*it.text())); in filterTextBlob() local 2310 float textSize = fFont.getSize(); in drawImGui() local [all...] |