HomeSort by relevance Sort by last modified time
    Searched refs:hintmask (Results 1 - 15 of 15) sorted by null

  /external/freetype/src/cff/
cf2intrp.h 51 cf2_hintmask_init( CF2_HintMask hintmask,
54 cf2_hintmask_isValid( const CF2_HintMask hintmask ); variable
56 cf2_hintmask_isNew( const CF2_HintMask hintmask ); variable
58 cf2_hintmask_setNew( CF2_HintMask hintmask,
61 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask ); variable
63 cf2_hintmask_setAll( CF2_HintMask hintmask,
cf2intrp.c 68 cf2_hintmask_init( CF2_HintMask hintmask,
71 FT_ZERO( hintmask );
73 hintmask->error = error;
78 cf2_hintmask_isValid( const CF2_HintMask hintmask )
80 return hintmask->isValid;
85 cf2_hintmask_isNew( const CF2_HintMask hintmask )
87 return hintmask->isNew;
92 cf2_hintmask_setNew( CF2_HintMask hintmask,
95 hintmask->isNew = val;
103 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask )
    [all...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2intrp.h 51 cf2_hintmask_init( CF2_HintMask hintmask,
54 cf2_hintmask_isValid( const CF2_HintMask hintmask ); variable
56 cf2_hintmask_isNew( const CF2_HintMask hintmask ); variable
58 cf2_hintmask_setNew( CF2_HintMask hintmask,
61 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask ); variable
63 cf2_hintmask_setAll( CF2_HintMask hintmask,
cf2intrp.c 68 cf2_hintmask_init( CF2_HintMask hintmask,
71 FT_ZERO( hintmask );
73 hintmask->error = error;
78 cf2_hintmask_isValid( const CF2_HintMask hintmask )
80 return hintmask->isValid;
85 cf2_hintmask_isNew( const CF2_HintMask hintmask )
87 return hintmask->isNew;
92 cf2_hintmask_setNew( CF2_HintMask hintmask,
95 hintmask->isNew = val;
103 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask )
    [all...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.h 51 cf2_hintmask_init( CF2_HintMask hintmask,
54 cf2_hintmask_isValid( const CF2_HintMask hintmask ); variable
56 cf2_hintmask_isNew( const CF2_HintMask hintmask ); variable
58 cf2_hintmask_setNew( CF2_HintMask hintmask,
61 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask ); variable
63 cf2_hintmask_setAll( CF2_HintMask hintmask,
cf2intrp.c 68 cf2_hintmask_init( CF2_HintMask hintmask,
71 FT_ZERO( hintmask );
73 hintmask->error = error;
78 cf2_hintmask_isValid( const CF2_HintMask hintmask )
80 return hintmask->isValid;
85 cf2_hintmask_isNew( const CF2_HintMask hintmask )
87 return hintmask->isNew;
92 cf2_hintmask_setNew( CF2_HintMask hintmask,
95 hintmask->isNew = val;
103 cf2_hintmask_getMaskPtr( CF2_HintMask hintmask )
    [all...]
cffgload.c 171 0 | CFF_COUNT_CHECK_WIDTH, /* hintmask */
    [all...]
  /external/freetype/include/internal/
pshints.h 380 * method (`stems', `hintmask', `counters'). Note that these
478 * A method of the @T2_Hints class used to set a given hintmask (this
479 * corresponds to the `hintmask' Type 2 operator).
496 * If the hintmask starts the charstring (before any glyph point
521 * (this corresponds to the `hintmask' Type 2 operator).
538 * If the hintmask starts the charstring (before any glyph point
646 * hintmask ::
662 T2_Hints_MaskFunc hintmask; member in struct:T2_Hints_FuncsRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
pshints.h 380 * method (`stems', `hintmask', `counters'). Note that these
478 * A method of the @T2_Hints class used to set a given hintmask (this
479 * corresponds to the `hintmask' Type 2 operator).
496 * If the hintmask starts the charstring (before any glyph point
521 * (this corresponds to the `hintmask' Type 2 operator).
538 * If the hintmask starts the charstring (before any glyph point
646 * hintmask ::
662 T2_Hints_MaskFunc hintmask; member in struct:T2_Hints_FuncsRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
pshints.h 380 * method (`stems', `hintmask', `counters'). Note that these
478 * A method of the @T2_Hints class used to set a given hintmask (this
479 * corresponds to the `hintmask' Type 2 operator).
496 * If the hintmask starts the charstring (before any glyph point
521 * (this corresponds to the `hintmask' Type 2 operator).
538 * If the hintmask starts the charstring (before any glyph point
646 * hintmask ::
662 T2_Hints_MaskFunc hintmask; member in struct:T2_Hints_FuncsRec_
  /external/freetype/src/pshinter/
pshrec.c 989 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1214 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshrec.c 989 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1214 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 989 /* Type2 "hintmask" operator, add a new hintmask to each direction */
1214 funcs->hintmask= (T2_Hints_MaskFunc) ps_hints_t2mask;

Completed in 213 milliseconds