Home
last modified time | relevance | path

Searched defs:glyphBounds (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/experimental/editor/
Dshape.h15 std::vector<SkRect> glyphBounds; member
/third_party/skia/modules/skplaintexteditor/src/
Dshape.h15 std::vector<SkRect> glyphBounds; member
/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp30 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp33 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/third_party/skia/modules/svg/src/
DSkSVGText.cpp575 SkAutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox() local
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp718 SkRect glyphBounds = SkMatrix::MakeScale(xScale, yScale).mapRect(glyph->rect()); in get_glyph_bounds_device_space() local
914 SkRect glyphBounds = get_glyph_bounds_device_space( in internalDrawGlyphRun() local
/third_party/skia/src/pdf/
DSkPDFDevice.cpp744 SkRect glyphBounds = SkMatrix::Scale(xScale, yScale).mapRect(glyph->rect()); in get_glyph_bounds_device_space() local
927 SkRect glyphBounds = get_glyph_bounds_device_space( in internalDrawGlyphRun() local
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h323 void joinGlyphBounds(const SkRect& glyphBounds) { in joinGlyphBounds()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTest.cpp365 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp412 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.cpp1159 SkCOLRCanvas(SkRect glyphBounds, in SkCOLRCanvas()
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1158 SkCOLRCanvas(SkRect glyphBounds, in SkCOLRCanvas()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp269 SkAutoSTArray<16, SkRect> glyphBounds(run.glyphCount()); in TightRunBounds() local
/third_party/skia/src/core/
DSkTextBlob.cpp277 SkAutoSTArray<16, SkRect> glyphBounds(run.glyphCount()); in TightRunBounds() local
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp517 SkRect glyphBounds; in make_blob_causing_fallback() local
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp1091 MinikinRect glyphBounds; in doLayoutRun() local
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts334 const glyphBounds = font.getGlyphBounds(glyphMalloc, paint); // $ExpectType Float32Array constant
/third_party/flutter/skia/tests/
DSkRemoteGlyphCacheTest.cpp500 SkRect glyphBounds; in make_blob_causing_fallback() local
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp612 calculate_clip(const GrClip* clip, SkRect deviceBounds, SkRect glyphBounds) { in calculate_clip()