OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kern_items_tail
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/pfr/
pfrload.c
592
*phy_font->
kern_items_tail
= item;
593
phy_font->
kern_items_tail
= &item->next;
705
phy_font->
kern_items_tail
= NULL;
730
phy_font->
kern_items_tail
= &phy_font->kern_items;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrtypes.h
260
PFR_KernItem*
kern_items_tail
;
member in struct:PFR_PhyFontRec_
pfrload.c
692
*phy_font->
kern_items_tail
= item;
693
phy_font->
kern_items_tail
= &item->next;
805
phy_font->
kern_items_tail
= NULL;
830
phy_font->
kern_items_tail
= &phy_font->kern_items;
Completed in 117 milliseconds