OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:org_bottom
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c
289
zone->
org_bottom
= zone->org_ref;
313
zone->
org_bottom
= zone->org_delta + zone->org_ref;
331
zone->
org_bottom
-= fuzz;
339
bot = zone[1].
org_bottom
;
343
zone[0].org_top = zone[1].
org_bottom
= top + delta / 2;
347
zone[1].
org_bottom
= bot - fuzz;
455
zone->cur_bottom = FT_MulFix( zone->
org_bottom
, scale ) + delta;
571
delta = stem_top - zone->
org_bottom
;
597
if ( stem_bot >= zone->
org_bottom
- blues->blue_fuzz )
pshglob.h
97
FT_Int
org_bottom
;
member in struct:PSH_Blue_ZoneRec_
pshalgo.c
[
all
...]
/external/freetype/src/pshinter/
pshglob.c
289
zone->
org_bottom
= zone->org_ref;
313
zone->
org_bottom
= zone->org_delta + zone->org_ref;
331
zone->
org_bottom
-= fuzz;
339
bot = zone[1].
org_bottom
;
343
zone[0].org_top = zone[1].
org_bottom
= top + delta / 2;
347
zone[1].
org_bottom
= bot - fuzz;
455
zone->cur_bottom = FT_MulFix( zone->
org_bottom
, scale ) + delta;
571
delta = stem_top - zone->
org_bottom
;
597
if ( stem_bot >= zone->
org_bottom
- blues->blue_fuzz )
pshglob.h
97
FT_Int
org_bottom
;
member in struct:PSH_Blue_ZoneRec_
pshalgo.c
[
all
...]
Completed in 490 milliseconds