OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_count
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/autofit/
afglobal.h
102
FT_Long
glyph_count
; /* same as face->num_glyphs */
member in struct:AF_FaceGlobalsRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afglobal.h
108
FT_Long
glyph_count
; /* same as face->num_glyphs */
member in struct:AF_FaceGlobalsRec_
/external/harfbuzz_ng/src/
hb-graphite2.cc
274
unsigned int
glyph_count
= gr_seg_n_slots (seg);
local
275
if (unlikely (!
glyph_count
)) {
282
buffer->ensure (
glyph_count
);
285
DIV_CEIL (sizeof (hb_codepoint_t) *
glyph_count
, sizeof (*scratch))) > scratch_size)
306
ALLOCATE_ARRAY (hb_codepoint_t, gids,
glyph_count
);
372
buffer->len =
glyph_count
;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.h
51
FT_UInt
glyph_count
;
member in struct:OTV_ValidatorRec_
/external/freetype/src/pshinter/
pshalgo.c
1743
FT_UInt
glyph_count
= glyph->num_points;
local
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c
1649
FT_UInt
glyph_count
= glyph->num_points;
local
[
all
...]
/external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c
1649
FT_UInt
glyph_count
= glyph->num_points;
local
[
all
...]
Completed in 746 milliseconds