/third_party/skia/src/gpu/text/ |
D | GrSDFTControl.cpp | 77 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size() 100 SkScalar textSize = font.getSize(); in getSDFFont() local 136 SkScalar textSize, const SkMatrix& viewMatrix) const { in computeSDFMinMaxScale()
|
/third_party/flutter/skia/src/core/ |
D | SkTextBlobPriv.h | 85 …RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPosi… in RunRecord() 140 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function 249 uint32_t textSize() const { in textSize() function
|
D | SkTextBlob.cpp | 39 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize() 466 int count, int textSize, SkPoint offset, in allocInternal() 655 uint32_t textSize = it.textSize(); in Flatten() local 701 int textSize = pe.extended ? reader.read32() : 0; in MakeFromBuffer() local
|
/third_party/skia/src/core/ |
D | SkTextBlobPriv.h | 66 …RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPosi… in RunRecord() 121 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function 233 uint32_t textSize() const { in textSize() function
|
D | SkTextBlob.cpp | 39 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize() 478 int count, int textSize, SkPoint offset, in allocInternal() 666 uint32_t textSize = it.textSize(); in Flatten() local 712 int textSize = pe.extended ? reader.read32() : 0; in MakeFromBuffer() local
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextContext.cpp | 132 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size() 156 SkScalar textSize = font.getSize(); in InitDistanceFieldFont() local 182 SkScalar textSize, in InitDistanceFieldMinMaxScale()
|
/third_party/skia/docs/examples/ |
D | text_shadow.cpp | 11 const SkScalar textSize = 48.0f; in draw() local
|
/third_party/flutter/skia/samplecode/ |
D | SampleLCD.cpp | 29 SkScalar textSize = SkIntToScalar(6); in onDrawContent() local
|
/third_party/skia/samplecode/ |
D | SampleLCD.cpp | 29 SkScalar textSize = SkIntToScalar(6); in onDrawContent() local
|
/third_party/skia/gm/ |
D | imageblur2.cpp | 39 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
|
D | texteffects.cpp | 31 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() 117 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) { variable
|
D | strokefill.cpp | 255 const SkPaint& paint, float textSize) { in path_bold()
|
D | coloremoji.cpp | 103 for (const SkScalar& textSize : textSizes) { in onDraw() local
|
/third_party/flutter/skia/gm/ |
D | imageblur2.cpp | 39 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
|
D | texteffects.cpp | 31 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() 117 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) { variable
|
D | strokefill.cpp | 248 const SkPaint& paint, float textSize) { in path_bold()
|
D | downsamplebitmap.cpp | 93 const SkScalar textSize = 72; in make_text() local
|
D | coloremoji.cpp | 103 for (const SkScalar& textSize : textSizes) { in onDraw() local
|
D | filterbitmap.cpp | 98 FilterBitmapTextGM(float textSize) : fTextSize(textSize) {} in FilterBitmapTextGM()
|
/third_party/flutter/skia/tests/ |
D | DrawTextTest.cpp | 138 SkScalar textSize; in DEF_TEST() member
|
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/ |
D | D3d12maDumpVis.py | 228 textSize = draw.textsize(text, font=font) variable
|
/third_party/skia/tests/ |
D | DrawTextTest.cpp | 139 SkScalar textSize; in DEF_TEST() member
|
/third_party/skia/experimental/sktext/editor/ |
D | Editor.cpp | 26 auto textSize = SkSize::Make(size.width(), size.height() - DEFAULT_STATUS_HEIGHT); in Editor() local
|
/third_party/skia/experimental/sktext/src/ |
D | Paint.cpp | 35 size_t textSize = text.size(); in drawText() local
|
/third_party/skia/tools/ |
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() 191 sk_sp<SkImage> create_string_image(int w, int h, SkColor c, int x, int y, int textSize, in create_string_image()
|