Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/src/gpu/text/
DGrSDFTControl.cpp82 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in drawingType()
105 SkScalar textSize = font.getSize(); in drawingType() local
141 SkScalar textSize, const SkMatrix& viewMatrix) const { in computeSDFMinMaxScale()
/third_party/skia/src/core/
DSkTextBlobPriv.h66 …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
DSkTextBlob.cpp39 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
DSkFont.cpp134 SkScalar textSize = fSize; in setupForAsPaths() local
DSkTypeface.cpp576 const SkScalar textSize = 2048; in onComputeBounds() local
/third_party/skia/docs/examples/
Dtext_shadow.cpp11 const SkScalar textSize = 48.0f; in draw() local
/third_party/skia/samplecode/
DSampleLCD.cpp29 SkScalar textSize = SkIntToScalar(6); in onDrawContent() local
/third_party/skia/gm/
Dimageblur2.cpp39 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
Dtexteffects.cpp31 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline()
117 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) { variable
Dstrokefill.cpp255 const SkPaint& paint, float textSize) { in path_bold()
Dcoloremoji.cpp103 for (const SkScalar& textSize : textSizes) { in onDraw() local
Dtypeface.cpp232 for (const SkScalar& textSize : textSizes) { local
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
DD3d12maDumpVis.py228 textSize = draw.textsize(text, font=font) variable
/third_party/skia/tests/
DDrawTextTest.cpp139 SkScalar textSize; in DEF_TEST() member
DSkRemoteGlyphCacheTest.cpp767 sk_sp<SkTextBlob> MakeEmojiBlob(sk_sp<SkTypeface> serverTf, SkScalar textSize, in MakeEmojiBlob()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp26 auto textSize = SkSize::Make(size.width(), size.height() - DEFAULT_STATUS_HEIGHT); in Editor() local
/third_party/skia/experimental/sktext/src/
DPaint.cpp35 size_t textSize = text.size(); in drawText() local
/third_party/skia/tools/
DToolUtils.cpp164 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()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp169 int32_t textSize = 0; variable
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp143 CGFloat textSize = SkScalarToCGFloat(scale.y()); in SkScalerContext_Mac() local
DSkTypeface_mac_ct.cpp178 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize, in SkCTFontCreateExactCopy()
/third_party/skia/tools/viewer/
DViewer.cpp1344 size_t textSize = sizeof(decltype(*it.text())); in filterTextBlob() local
2310 float textSize = fFont.getSize(); in drawImGui() local
/third_party/skia/src/pdf/
DSkPDFDevice.cpp849 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun() local
/third_party/skia/experimental/docs/
DexampleSlides.js312 "textSize":"1.3rem" }, property
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined… property

12