Searched refs:subglyphs (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c113 FT_FREE( loader->base.subglyphs );
183 /* re-adjust the `current' subglyphs field */
191 current->subglyphs = base->subglyphs + base->num_subglyphs;
272 /* reallocates its subglyphs table if necessary. Note that it DOES */
273 /* NOT change the number of subglyphs within the loader! */
292 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftobjs.c331 slot->subglyphs = 0;
4659 glyph->subglyphs &&
4663 FT_SubGlyph subg = glyph->subglyphs + sub_index;
/external/freetype/include/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
/external/freetype/src/base/
H A Dftgloadr.c114 FT_FREE( loader->base.subglyphs );
184 /* re-adjust the `current' subglyphs field */
192 current->subglyphs = base->subglyphs + base->num_subglyphs;
273 /* reallocates its subglyphs table if necessary. Note that it DOES */
274 /* NOT change the number of subglyphs within the loader! */
293 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftobjs.c358 slot->subglyphs = 0;
4848 glyph->subglyphs &&
4852 FT_SubGlyph subg = glyph->subglyphs + sub_index;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c271 FT_ARRAY_COPY( gloader->current.subglyphs,
272 slot->subglyphs,
286 /* gloader.current.subglyphs can change during glyph loading due */
289 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
302 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
/external/freetype/src/autofit/
H A Dafloader.c277 FT_ARRAY_COPY( gloader->current.subglyphs,
278 slot->subglyphs,
292 /* gloader.current.subglyphs can change during glyph loading due */
295 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
308 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c585 subglyph = gloader->current.subglyphs + num_subglyphs;
754 /* completely refer to the (already) hinted subglyphs. */
1461 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1530 /* value of `gloader.base.subglyphs' can change due to table */
1533 subglyph = gloader->base.subglyphs + num_base_subgs + n;
1548 subglyph = gloader->base.subglyphs + num_base_subgs + n;
2050 glyph->subglyphs = loader.gloader->base.subglyphs;
/external/freetype/src/truetype/
H A Dttgload.c595 subglyph = gloader->current.subglyphs + num_subglyphs;
769 /* completely refer to the (already) hinted subglyphs. */
1539 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1608 /* value of `gloader.base.subglyphs' can change due to table */
1611 subglyph = gloader->base.subglyphs + num_base_subgs + n;
1626 subglyph = gloader->base.subglyphs + num_base_subgs + n;
2264 glyph->subglyphs = loader.gloader->base.subglyphs;
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c250 /* accent character and return the array of subglyphs. */
263 subg = loader->current.subglyphs;
281 glyph->subglyphs = loader->base.subglyphs;
/external/freetype/src/psaux/
H A Dt1decode.c256 /* accent character and return the array of subglyphs. */
269 subg = loader->current.subglyphs;
287 glyph->subglyphs = loader->base.subglyphs;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c763 /* accent character and return the array of subglyphs. */
776 subg = loader->current.subglyphs;
794 glyph->subglyphs = loader->base.subglyphs;
1963 /* Save glyph width so that the subglyphs don't overwrite it. */
/external/freetype/src/cff/
H A Dcffgload.c786 /* accent character and return the array of subglyphs. */
799 subg = loader->current.subglyphs;
817 glyph->subglyphs = loader->base.subglyphs;
1983 /* Save glyph width so that the subglyphs don't overwrite it. */
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h1058 /* subglyphs. */
1412 /* subglyphs (for example, in the case of composites). */
1526 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1532 /* subglyphs :: An array of subglyph descriptors for */
1627 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
2454 * it should set the `num_subglyph' and `subglyphs' values of the
3180 * A list of constants used to describe subglyphs. Please refer to the
/external/freetype/include/freetype/
H A Dfreetype.h1065 /* subglyphs. */
1419 /* subglyphs (for example, in the case of composites). */
1533 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1539 /* subglyphs :: An array of subglyph descriptors for */
1634 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
2437 * subglyphs must be scaled and positioned with hinting instructions.
2496 * it should set the `num_subglyph' and `subglyphs' values of the
3258 * A list of constants used to describe subglyphs. Please refer to the

Completed in 220 milliseconds