Searched refs:subglyphs (Results 1 - 25 of 25) 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.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/freetype/include/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;
276 /* reallocates its subglyphs table if necessary. Note that it DOES */
277 /* NOT change the number of subglyphs within the loader! */
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftobjs.c356 slot->subglyphs = 0;
4872 glyph->subglyphs &&
4876 FT_SubGlyph subg = glyph->subglyphs + sub_index;
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftgloadr.h73 FT_UInt num_subglyphs; /* number of subglyphs */
74 FT_SubGlyph subglyphs; /* subglyphs */ member in struct:FT_GlyphLoadRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
276 /* reallocates its subglyphs table if necessary. Note that it DOES */
277 /* NOT change the number of subglyphs within the loader! */
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftobjs.c358 slot->subglyphs = 0;
4849 glyph->subglyphs &&
4853 FT_SubGlyph subg = glyph->subglyphs + sub_index;
/external/chromium_org/third_party/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/freetype/src/autofit/
H A Dafloader.c288 FT_ARRAY_COPY( gloader->current.subglyphs,
289 slot->subglyphs,
303 /* gloader.current.subglyphs can change during glyph loading due */
306 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
319 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
/external/chromium_org/third_party/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c600 subglyph = gloader->current.subglyphs + num_subglyphs;
774 /* completely refer to the (already) hinted subglyphs. */
1548 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1617 /* value of `gloader.base.subglyphs' can change due to table */
1620 subglyph = gloader->base.subglyphs + num_base_subgs + n;
1635 subglyph = gloader->base.subglyphs + num_base_subgs + n;
2273 glyph->subglyphs = loader.gloader->base.subglyphs;
/external/chromium_org/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/freetype/src/truetype/
H A Dttgload.c600 subglyph = gloader->current.subglyphs + num_subglyphs;
766 /* completely refer to the (already) hinted subglyphs. */
1672 subglyph = gloader->current.subglyphs + gloader->base.num_subglyphs;
1752 /* value of `gloader.base.subglyphs' can change due to table */
1755 subglyph = gloader->base.subglyphs + num_base_subgs + n;
1770 subglyph = gloader->base.subglyphs + num_base_subgs + n;
2415 glyph->subglyphs = loader.gloader->base.subglyphs;
/external/chromium_org/third_party/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/freetype/src/cff/
H A Dcffgload.c782 /* accent character and return the array of subglyphs. */
795 subg = loader->current.subglyphs;
813 glyph->subglyphs = loader->base.subglyphs;
1979 /* Save glyph width so that the subglyphs don't overwrite it. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
1987 /* Save glyph width so that the subglyphs don't overwrite it. */
/external/chromium_org/third_party/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
/external/freetype/include/
H A Dfreetype.h1104 /* subglyphs. */
1477 /* subglyphs (for example, in the case of composites). */
1591 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1596 /* subglyphs :: An array of subglyph descriptors for */
1691 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
2505 * subglyphs must be scaled and positioned with hinting instructions.
2564 * `subglyphs' values of the glyph slot accordingly, and set
2566 * subglyphs can then be accessed with @FT_Get_SubGlyph_Info.
3326 * A list of constants used to describe subglyphs. Please refer to the
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h1071 /* subglyphs. */
1425 /* subglyphs (for example, in the case of composites). */
1539 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1545 /* subglyphs :: An array of subglyph descriptors for */
1640 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
2450 * subglyphs must be scaled and positioned with hinting instructions.
2509 * it should set the `num_subglyph' and `subglyphs' values of the
3271 * A list of constants used to describe subglyphs. Please refer to the
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h1071 /* subglyphs. */
1425 /* subglyphs (for example, in the case of composites). */
1539 /* num_subglyphs :: The number of subglyphs in a composite glyph. */
1545 /* subglyphs :: An array of subglyph descriptors for */
1640 FT_SubGlyph subglyphs; member in struct:FT_GlyphSlotRec_
2450 * subglyphs must be scaled and positioned with hinting instructions.
2509 * it should set the `num_subglyph' and `subglyphs' values of the
3271 * A list of constants used to describe subglyphs. Please refer to the

Completed in 545 milliseconds