OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_subglyphs
(Results
1 - 4
of
4
) sorted by null
/external/freetype/include/freetype/internal/
ftgloadr.h
73
FT_UInt
num_subglyphs
; /* number of subglyphs */
member in struct:FT_GlyphLoadRec_
/external/freetype/src/autofit/
afloader.c
259
FT_UInt nn,
num_subglyphs
= slot->
num_subglyphs
;
local
267
error = FT_GlyphLoader_CheckSubGlyphs( gloader,
num_subglyphs
);
273
num_subglyphs
);
275
gloader->current.
num_subglyphs
=
num_subglyphs
;
276
num_base_subgs = gloader->base.
num_subglyphs
;
279
for ( nn = 0; nn <
num_subglyphs
; nn++ )
/external/freetype/src/truetype/
ttgload.c
565
FT_UInt
num_subglyphs
;
local
568
num_subglyphs
= 0;
577
error = FT_GlyphLoader_CheckSubGlyphs( gloader,
num_subglyphs
+ 1 );
585
subglyph = gloader->current.subglyphs +
num_subglyphs
;
645
num_subglyphs
++;
649
gloader->current.
num_subglyphs
=
num_subglyphs
;
1514
FT_UInt
num_subglyphs
= gloader->current.
num_subglyphs
;
local
[
all
...]
/external/freetype/include/freetype/
freetype.h
1626
FT_UInt
num_subglyphs
;
member in struct:FT_GlyphSlotRec_
[
all
...]
Completed in 29 milliseconds