OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subglyphs
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftgloadr.c
114
FT_FREE( loader->base.
subglyphs
);
188
/* re-adjust the `current'
subglyphs
field */
196
current->
subglyphs
= FT_OFFSET( base->
subglyphs
, base->num_subglyphs );
289
/* reallocates its
subglyphs
table if necessary. Note that it DOES */
290
/* NOT change the number of
subglyphs
within the loader! */
309
if ( FT_RENEW_ARRAY( base->
subglyphs
, old_max, new_max ) )
ftobjs.c
550
slot->
subglyphs
= NULL;
5513
glyph->
subglyphs
&&
5517
FT_SubGlyph subg = glyph->
subglyphs
+ sub_index;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
ftgloadr.h
54
FT_UInt num_subglyphs; /* number of
subglyphs
*/
55
FT_SubGlyph
subglyphs
; /*
subglyphs
*/
member in struct:FT_GlyphLoadRec_
/xsrc/external/mit/freetype/dist/src/type42/
t42objs.c
627
slot->
subglyphs
= NULL;
679
glyph->
subglyphs
= t42slot->ttslot->
subglyphs
;
/xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c
618
subglyph = gloader->current.
subglyphs
+ num_subglyphs;
713
subglyph = gloader->current.
subglyphs
;
847
/* completely refer to the (already) hinted
subglyphs
. */
1971
subglyph = gloader->current.
subglyphs
;
2021
subglyph = gloader->current.
subglyphs
;
2118
/* value of `gloader.base.
subglyphs
' can change due to table */
2121
subglyph = gloader->base.
subglyphs
+ num_base_subgs + n;
2141
subglyph = gloader->base.
subglyphs
+ num_base_subgs + n;
2198
gloader->base.
subglyphs
[0].flags & OVERLAP_COMPOUND )
2946
glyph->
subglyphs
= loader.gloader->base.subglyphs
[
all
...]
/xsrc/external/mit/freetype/dist/src/psaux/
cffdecode.c
266
/* accent character and return the array of
subglyphs
. */
279
subg = loader->current.
subglyphs
;
297
glyph->
subglyphs
= loader->base.
subglyphs
;
1644
/* Save glyph width so that the
subglyphs
don't overwrite it. */
t1decode.c
326
/* accent character and return the array of
subglyphs
. */
339
subg = loader->current.
subglyphs
;
357
glyph->
subglyphs
= loader->base.
subglyphs
;
psintrp.c
1380
/* the array of
subglyphs
. */
1396
subg = loader->current.
subglyphs
;
1414
glyph->
subglyphs
= loader->base.
subglyphs
;
/xsrc/external/mit/freetype/dist/include/freetype/
freetype.h
1176
*
subglyphs
.
1649
*
subglyphs
(for example, in the case of composites).
1764
* The number of
subglyphs
in a composite glyph. This field is only
1768
*
subglyphs
::
1893
FT_SubGlyph
subglyphs
;
member in struct:FT_GlyphSlotRec_
2877
*
subglyphs
must be scaled and positioned with hinting instructions.
2927
* fills the `num_subglyph` and `
subglyphs
` values of the glyph slot;
2929
* description of
subglyphs
can then be accessed with
3938
* A list of constants describing
subglyphs
. Please refer to the 'glyf'
3940
* various flags (which get synthesized for non-OpenType
subglyphs
)
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026