OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_base_points
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afloader.c
289
FT_UInt num_points, num_new_points,
num_base_points
;
local
300
num_base_points
= gloader->base.outline.n_points;
322
num_new_points = num_points -
num_base_points
;
331
num_base_points
;
349
if ( start_point + k >=
num_base_points
||
356
l +=
num_base_points
;
379
dummy.points +=
num_base_points
;
/external/freetype/src/autofit/
afloader.c
289
FT_UInt num_points, num_new_points,
num_base_points
;
local
300
num_base_points
= gloader->base.outline.n_points;
322
num_new_points = num_points -
num_base_points
;
331
num_base_points
;
349
if ( start_point + k >=
num_base_points
||
356
l +=
num_base_points
;
379
dummy.points +=
num_base_points
;
/external/chromium_org/third_party/freetype/src/truetype/
ttgload.c
1024
FT_UInt
num_base_points
)
1043
for ( i =
num_base_points
; i < num_points; i++ )
1061
l +=
num_base_points
1588
FT_UInt n,
num_base_points
;
local
[
all
...]
/external/freetype/src/truetype/
ttgload.c
1024
FT_UInt
num_base_points
)
1043
for ( i =
num_base_points
; i < num_points; i++ )
1061
l +=
num_base_points
1588
FT_UInt n,
num_base_points
;
local
[
all
...]
Completed in 373 milliseconds