Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Dshape.h15 std::vector<SkRect> glyphBounds; member
/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp32 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/external/skia/modules/svg/src/
DSkSVGText.cpp575 SkAutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox() local
/external/skia/src/pdf/
DSkPDFDevice.cpp736 SkRect glyphBounds = SkMatrix::Scale(xScale, yScale).mapRect(glyph->rect()); in get_glyph_bounds_device_space() local
919 SkRect glyphBounds = get_glyph_bounds_device_space( in internalDrawGlyphRun() local
/external/skqp/src/gpu/text/
DGrTextBlob.h323 void joinGlyphBounds(const SkRect& glyphBounds) { in joinGlyphBounds()
/external/skqp/src/pdf/
DSkPDFDevice.cpp995 SkRect glyphBounds = {glyph.fLeft * xScale, in get_glyph_bounds_device_space() local
1194 SkRect glyphBounds = get_glyph_bounds_device_space( in internalDrawGlyphRun() local
/external/skia/modules/skottie/src/
DSkottieTest.cpp408 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds() local
/external/skia/src/core/
DSkTextBlob.cpp277 SkAutoSTArray<16, SkRect> glyphBounds(run.glyphCount()); in TightRunBounds() local
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1025 SkCOLRCanvas(SkRect glyphBounds, SkGlyphID glyphId, in SkCOLRCanvas()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1157 SkCOLRCanvas(SkRect glyphBounds, in SkCOLRCanvas()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp516 SkRect glyphBounds; in make_blob_causing_fallback() local
/external/skqp/src/core/
DSkTextBlob.cpp269 SkAutoSTArray<16, SkRect> glyphBounds(run.glyphCount()); in TightRunBounds() local
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts324 const glyphBounds = font.getGlyphBounds(glyphMalloc, paint); // $ExpectType Float32Array constant
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp458 SkRect glyphBounds; in make_blob_causing_fallback() local
/external/skia/src/gpu/text/
DGrTextBlob.cpp599 calculate_clip(const GrClip* clip, SkRect deviceBounds, SkRect glyphBounds) { in calculate_clip()