Home
last modified time | relevance | path

Searched refs:twilight (Results 1 – 18 of 18) sorted by relevance

/external/freetype/src/truetype/
Dttobjs.c951 tt_glyphzone_done( &size->twilight ); in tt_size_done_bytecode()
992 tt_glyphzone_done( &size->twilight ); in tt_size_init_bytecode()
1039 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight ); in tt_size_init_bytecode()
1043 size->twilight.n_points = n_twilight; in tt_size_init_bytecode()
1103 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ ) in tt_size_ready_bytecode()
1105 size->twilight.org[i].x = 0; in tt_size_ready_bytecode()
1106 size->twilight.org[i].y = 0; in tt_size_ready_bytecode()
1107 size->twilight.cur[i].x = 0; in tt_size_ready_bytecode()
1108 size->twilight.cur[i].y = 0; in tt_size_ready_bytecode()
Dttobjs.h312 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member
Dttinterp.h171 twilight; member
Dttinterp.c422 exec->twilight = size->twilight; in TT_Load_Context()
4933 exc->zp0 = exc->twilight; in Ins_SZP0()
4963 exc->zp1 = exc->twilight; in Ins_SZP1()
4993 exc->zp2 = exc->twilight; in Ins_SZP2()
5023 exc->zp0 = exc->twilight; in Ins_SZPS()
6507 FT_Int twilight; in Ins_IP() local
6522 twilight = exc->GS.gep0 == 0 || exc->GS.gep1 == 0 || exc->GS.gep2 == 0; in Ins_IP()
6531 if ( twilight ) in Ins_IP()
6550 if ( twilight ) in Ins_IP()
6587 if ( twilight ) in Ins_IP()
/external/pdfium/third_party/freetype/src/truetype/
Dttobjs.c973 tt_glyphzone_done( &size->twilight ); in tt_size_done_bytecode()
1014 tt_glyphzone_done( &size->twilight ); in tt_size_init_bytecode()
1061 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight ); in tt_size_init_bytecode()
1065 size->twilight.n_points = n_twilight; in tt_size_init_bytecode()
1117 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ ) in tt_size_ready_bytecode()
1119 size->twilight.org[i].x = 0; in tt_size_ready_bytecode()
1120 size->twilight.org[i].y = 0; in tt_size_ready_bytecode()
1121 size->twilight.cur[i].x = 0; in tt_size_ready_bytecode()
1122 size->twilight.cur[i].y = 0; in tt_size_ready_bytecode()
Dttobjs.h314 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member
Dttinterp.h171 twilight; member
Dttinterp.c437 exec->twilight = size->twilight; in TT_Load_Context()
5028 exc->zp0 = exc->twilight; in Ins_SZP0()
5058 exc->zp1 = exc->twilight; in Ins_SZP1()
5088 exc->zp2 = exc->twilight; in Ins_SZP2()
5118 exc->zp0 = exc->twilight; in Ins_SZPS()
6586 FT_Int twilight; in Ins_IP() local
6601 twilight = exc->GS.gep0 == 0 || exc->GS.gep1 == 0 || exc->GS.gep2 == 0; in Ins_IP()
6610 if ( twilight ) in Ins_IP()
6629 if ( twilight ) in Ins_IP()
6666 if ( twilight ) in Ins_IP()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttobjs.c973 tt_glyphzone_done( &size->twilight ); in tt_size_done_bytecode()
1014 tt_glyphzone_done( &size->twilight ); in tt_size_init_bytecode()
1061 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight ); in tt_size_init_bytecode()
1065 size->twilight.n_points = n_twilight; in tt_size_init_bytecode()
1125 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ ) in tt_size_ready_bytecode()
1127 size->twilight.org[i].x = 0; in tt_size_ready_bytecode()
1128 size->twilight.org[i].y = 0; in tt_size_ready_bytecode()
1129 size->twilight.cur[i].x = 0; in tt_size_ready_bytecode()
1130 size->twilight.cur[i].y = 0; in tt_size_ready_bytecode()
Dttobjs.h314 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member
Dttinterp.h171 twilight; member
Dttinterp.c428 exec->twilight = size->twilight; in TT_Load_Context()
5019 exc->zp0 = exc->twilight; in Ins_SZP0()
5049 exc->zp1 = exc->twilight; in Ins_SZP1()
5079 exc->zp2 = exc->twilight; in Ins_SZP2()
5109 exc->zp0 = exc->twilight; in Ins_SZPS()
6577 FT_Int twilight; in Ins_IP() local
6592 twilight = exc->GS.gep0 == 0 || exc->GS.gep1 == 0 || exc->GS.gep2 == 0; in Ins_IP()
6601 if ( twilight ) in Ins_IP()
6620 if ( twilight ) in Ins_IP()
6657 if ( twilight ) in Ins_IP()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.24585 (Ins_MIAP): Adjust twilight zone conditional.
2400 modify twilight points.
2445 twilight zone.
3153 [truetype] Fix MD instruction for twilight zone.
3156 instruction applied to original coordinates of twilight points
5302 [truetype] Don't duplicate size->twilight structure to be freed.
5306 FT_GlyphZoneRec size->twilight to be freed. If duplicated,
DChangeLog.222692 (tt_size_init): Add 4, instead of 2, (phantom) points to twilight
DChangeLog.236214 (undocumented) twilight zone special case.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2218 曚>'[twilight just before sun rises]';
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES474 . It now displays twilight, storage, and control value data; key
475 `T' shows the twilight point table, key `S' the storage data,
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1992 曚 < twilight\-just\-before\-sun\-rises;
2402 曈 < twilight\-just\-before\-sunrise;
14503 曛 < twilight;
30949 微明 > twilight;
37285 曚 > twilight\-just\-before\-sun\-rises;
37541 曈 > twilight\-just\-before\-sunrise;
46251 曛 > twilight;