OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphPos
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py
27
glyphPos
= offsetBaseGlyphRecord
29
gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[
glyphPos
:
glyphPos
+6])
30
glyphPos
+= 6
/external/skia/src/core/
SkTextBlob.cpp
433
const SkScalar*
glyphPos
= run.posBuffer();
434
SkASSERT((void*)(
glyphPos
+ run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run));
436
SkScalar minX = *
glyphPos
;
437
SkScalar maxX = *
glyphPos
;
439
SkScalar x =
glyphPos
[i];
Completed in 154 milliseconds