Home
last modified time | relevance | path

Searched refs:glyphSize (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/bench/
DPathTextBench.cpp62 float glyphSize = SkTMax(bounds.width(), bounds.height()); in onDelayedSetup() local
67 float scale = size / glyphSize; in onDelayedSetup()
69 fXforms[i].setTranslate((1 - t1) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
70 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
71 (1 - t2) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
72 t2 * (kScreenHeight - sqrt(2) * scale/2 * glyphSize)); in onDelayedSetup()
/third_party/skia/bench/
DPathTextBench.cpp62 float glyphSize = std::max(bounds.width(), bounds.height()); in onDelayedSetup() local
67 float scale = size / glyphSize; in onDelayedSetup()
69 fXforms[i].setTranslate((1 - t1) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
70 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
71 (1 - t2) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
72 t2 * (kScreenHeight - sqrt(2) * scale/2 * glyphSize)); in onDelayedSetup()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyphTable.java237 int glyphSize = b.subDataSizeToSerialize(); in subDataSizeToSerialize() local
238 size += Math.abs(glyphSize); in subDataSizeToSerialize()
239 variable |= glyphSize <= 0; in subDataSizeToSerialize()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyphTable.java237 int glyphSize = b.subDataSizeToSerialize(); in subDataSizeToSerialize() local
238 size += Math.abs(glyphSize); in subDataSizeToSerialize()
239 variable |= glyphSize <= 0; in subDataSizeToSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java229 int glyphSize = builder.subDataSizeToSerialize(); in subDataSizeToSerialize() local
230 size += Math.abs(glyphSize); in subDataSizeToSerialize()
231 fixed = (glyphSize <= 0) ? false : fixed; in subDataSizeToSerialize()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java229 int glyphSize = builder.subDataSizeToSerialize(); in subDataSizeToSerialize() local
230 size += Math.abs(glyphSize); in subDataSizeToSerialize()
231 fixed = (glyphSize <= 0) ? false : fixed; in subDataSizeToSerialize()
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp44 auto glyphSize = safe->mul(glyphCount, sizeof(uint16_t)), in StorageSize() local
49 size = safe->add(size, safe->alignUp(glyphSize, 4)); in StorageSize()
718 const size_t glyphSize = safe.mul(glyphCount, sizeof(uint16_t)), in MakeFromBuffer() local
724 safe.add(safe.add(glyphSize, posSize), safe.add(clusterSize, textSize)); in MakeFromBuffer()
754 if (!reader.readByteArray(buf->glyphs, glyphSize) || in MakeFromBuffer()
/third_party/skia/src/core/
DSkScalerCache.cpp147 auto[glyph, glyphSize] = this->glyph(glyphID); in prepareImages()
149 delta += glyphSize + imageSize; in prepareImages()
DSkTextBlob.cpp44 auto glyphSize = safe->mul(glyphCount, sizeof(uint16_t)), in StorageSize() local
49 size = safe->add(size, safe->alignUp(glyphSize, 4)); in StorageSize()
724 const size_t glyphSize = safe.mul(glyphCount, sizeof(uint16_t)), in MakeFromBuffer() local
730 safe.add(safe.add(glyphSize, posSize), safe.add(clusterSize, textSize)); in MakeFromBuffer()
760 if (!reader.readByteArray(buf->glyphs, glyphSize) || in MakeFromBuffer()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h192 FT_UInt glyphSize; /* glyph instructions buffer size */ member
Dttgload.c442 tmp = load->exec->glyphSize; in TT_Load_Simple_Glyph()
449 load->exec->glyphSize = (FT_UShort)tmp; in TT_Load_Simple_Glyph()
1378 tmp = loader->exec->glyphSize; in TT_Process_Composite_Glyph()
1385 loader->exec->glyphSize = (FT_UShort)tmp; in TT_Process_Composite_Glyph()
Dttinterp.c262 exec->glyphSize = 0; in TT_Done_Context()
311 exec->glyphSize = 0; in Init_Context()
468 tmp = exec->glyphSize; in TT_Load_Context()
474 exec->glyphSize = (FT_UShort)tmp; in TT_Load_Context()
/third_party/freetype/src/truetype/
Dttinterp.h191 FT_UInt glyphSize; /* glyph instructions buffer size */ member
Dttgload.c447 tmp = load->exec->glyphSize; in TT_Load_Simple_Glyph()
454 load->exec->glyphSize = (FT_UShort)tmp; in TT_Load_Simple_Glyph()
1402 tmp = loader->exec->glyphSize; in TT_Process_Composite_Glyph()
1409 loader->exec->glyphSize = (FT_UShort)tmp; in TT_Process_Composite_Glyph()
Dttinterp.c261 exec->glyphSize = 0; in TT_Done_Context()
310 exec->glyphSize = 0; in Init_Context()
467 tmp = exec->glyphSize; in TT_Load_Context()
473 exec->glyphSize = (FT_UShort)tmp; in TT_Load_Context()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h198 FT_UInt glyphSize; /* ! glyph instructions buffer size */ member
Dttgload.c454 tmp = load->exec->glyphSize; in TT_Load_Simple_Glyph()
461 load->exec->glyphSize = (FT_UInt)tmp; in TT_Load_Simple_Glyph()
1411 tmp = loader->exec->glyphSize; in TT_Process_Composite_Glyph()
1418 loader->exec->glyphSize = (FT_UShort)tmp; in TT_Process_Composite_Glyph()
Dttinterp.c269 exec->glyphSize = 0; in TT_Done_Context()
419 tmp = (FT_ULong)exec->glyphSize; in TT_Load_Context()
425 exec->glyphSize = (FT_UInt)tmp; in TT_Load_Context()
/third_party/skia/experimental/sktext/src/
DText.cpp476 auto glyphSize = glyphEnd - glyphStart; in addLine() local
487 … SkSpan<SkPoint>(&logicalRun.fPositions[glyphStart], glyphSize + 1), in addLine()
488 … SkSpan<SkGlyphID>(&logicalRun.fGlyphs[glyphStart], glyphSize), in addLine()
489 … SkSpan<uint32_t>((uint32_t*)&logicalRun.fClusters[glyphStart], glyphSize + 1)); in addLine()
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1139 size_t glyphSize = sizeof(decltype(*it.glyphs())); in filterTextBlob() local
1140 memcpy(runBuffer.glyphs, it.glyphs(), glyphCount * glyphSize); in filterTextBlob()
/third_party/skia/tools/viewer/
DViewer.cpp1335 size_t glyphSize = sizeof(decltype(*it.glyphs())); in filterTextBlob() local
1336 memcpy(runBuffer.glyphs, it.glyphs(), glyphCount * glyphSize); in filterTextBlob()
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.222648 (load_truetype_glyph): Never set exec->glyphSize to 0. This closes
/third_party/freetype/
DChangeLog.222648 (load_truetype_glyph): Never set exec->glyphSize to 0. This closes
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.222648 (load_truetype_glyph): Never set exec->glyphSize to 0. This closes