OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphIDs
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp
246
* into
glyphIDs
.
253
glyphIDs
= (uint16_t*)text;
258
glyphIDs
= storage.get();
265
uint16_t*
glyphIDs
;
274
// convert to
glyphIDs
if necessary
279
glyphs.paint.getTextWidths(glyphs.
glyphIDs
, glyphs.count << 1, glyphWidths.get());
285
glyphs.paint.measureText(glyphs.
glyphIDs
, glyphs.count << 1, &bounds);
314
memcpy(text, glyphs.
glyphIDs
, glyphs.count * sizeof(uint16_t));
342
// convert to
glyphIDs
if necessary
362
glyphs.paint.measureText(&glyphs.
glyphIDs
[i], sizeof(uint16_t), &glyphBounds)
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
88
glyphIDs
= [getGlyphID(glyphName) for glyphName in glyphs ]
89
brokenOrder = sorted(
glyphIDs
) !=
glyphIDs
91
last =
glyphIDs
[0]
93
for glyphID in
glyphIDs
[1:]:
/external/skia/tools/lua/
glyph-usage.lua
71
-- other is just an array[1...N] of numbers (
glyphIDs
)
/external/skqp/tools/lua/
glyph-usage.lua
71
-- other is just an array[1...N] of numbers (
glyphIDs
)
Completed in 406 milliseconds