OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toCoord
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/truetype/
ttgxvar.h
42
FT_Fixed
toCoord
;
ttgxvar.c
361
segment->correspondence[j].
toCoord
= FT_GET_SHORT() << 2;
365
segment->correspondence[j].
toCoord
/ 65536.0 ));
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h
42
FT_Fixed
toCoord
;
ttgxvar.c
380
segment->correspondence[j].
toCoord
= FT_GET_SHORT() * 4;
384
segment->correspondence[j].
toCoord
/ 65536.0 ));
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h
42
FT_Fixed
toCoord
;
ttgxvar.c
361
segment->correspondence[j].
toCoord
= FT_GET_SHORT() * 4;
365
segment->correspondence[j].
toCoord
/ 65536.0 ));
[
all
...]
Completed in 160 milliseconds