OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_points
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/third_party/freetype/src/type1/
t1load.c
236
if ( ncv <= axismap->
blend_points
[0] )
241
if ( ncv <= axismap->
blend_points
[j] )
244
FT_DivFix( ncv - axismap->
blend_points
[j - 1],
245
axismap->
blend_points
[j] -
246
axismap->
blend_points
[j - 1] );
435
FT_Fixed* blends = map->
blend_points
;
809
map->
blend_points
= map->design_points + num_points;
824
map->
blend_points
[p] = T1_ToFixed( parser, 0 );
[
all
...]
/external/freetype/include/freetype/
t1tables.h
290
FT_Fixed*
blend_points
;
member in struct:PS_DesignMap_
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
t1tables.h
290
FT_Fixed*
blend_points
;
member in struct:PS_DesignMap_
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h
290
FT_Fixed*
blend_points
;
member in struct:PS_DesignMap_
[
all
...]
Completed in 382 milliseconds