Home
last modified time | relevance | path

Searched refs:glyphBase (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp395 fStyleRunInfo[run].glyphBase = 0; in ParagraphLayout()
411 fStyleRunInfo[run].glyphBase = fGlyphCount; in ParagraphLayout()
454 le_int32 glyphBase = fStyleRunInfo[run].glyphBase; in ParagraphLayout() local
476 engine->getCharIndices(&fGlyphToCharMap[glyphBase], runStart, layoutStatus); in ParagraphLayout()
483 …fGlyphWidths[glyphBase + glyph] = fStyleRunInfo[run].positions[glyph * 2 + 2] - fStyleRunInfo[run]… in ParagraphLayout()
487 LXUtilities::reverse(&fGlyphWidths[glyphBase], glyphCount); in ParagraphLayout()
488 LXUtilities::reverse(&fGlyphToCharMap[glyphBase], glyphCount); in ParagraphLayout()
1054 le_int32 glyphBase = fStyleRunInfo[run].glyphBase; in appendRun() local
1079 le_int32 last = glyphBase + fStyleRunInfo[run].glyphCount - 1; in appendRun()
1085 rightGlyph -= glyphBase; in appendRun()
[all …]
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h575 le_int32 glyphBase; member
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt298 GLuint glyphBase = glGenPathsNV(6);
303 glPathGlyphsNV(glyphBase,
307 glPathGlyphsNV(glyphBase,
311 glPathGlyphsNV(glyphBase,
331 glyphBase,
342 glyphBase, /*count*/1,
359 glyphBase,
371 glyphBase,
391 of the string to be mapped (offset by the glyphBase) to path object names.
395 GLuint glyphBase = glGenPathsNV(numChars);
[all …]
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt298 GLuint glyphBase = glGenPathsNV(6);
303 glPathGlyphsNV(glyphBase,
307 glPathGlyphsNV(glyphBase,
311 glPathGlyphsNV(glyphBase,
331 glyphBase,
342 glyphBase, /*count*/1,
359 glyphBase,
371 glyphBase,
391 of the string to be mapped (offset by the glyphBase) to path object names.
395 GLuint glyphBase = glGenPathsNV(numChars);
[all …]