OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_AttachPoint
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz/src/
harfbuzz-gdef.h
46
typedef struct HB_AttachPoint_
HB_AttachPoint
;
51
HB_AttachPoint
* AttachPoint; /* array of AttachPoint tables */
harfbuzz-gdef.c
226
static HB_Error Load_AttachPoint(
HB_AttachPoint
* ap,
267
static void Free_AttachPoint(
HB_AttachPoint
* ap )
283
HB_AttachPoint
* ap;
310
if ( ALLOC_ARRAY( al->AttachPoint, count,
HB_AttachPoint
) )
351
HB_AttachPoint
* ap;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.h
46
typedef struct HB_AttachPoint_
HB_AttachPoint
;
51
HB_AttachPoint
* AttachPoint; /* array of AttachPoint tables */
harfbuzz-gdef.c
226
static HB_Error Load_AttachPoint(
HB_AttachPoint
* ap,
267
static void Free_AttachPoint(
HB_AttachPoint
* ap )
283
HB_AttachPoint
* ap;
310
if ( ALLOC_ARRAY( al->AttachPoint, count,
HB_AttachPoint
) )
351
HB_AttachPoint
* ap;
Completed in 24 milliseconds