Searched refs:TextAttribute (Results 1 – 3 of 3) sorted by relevance
129 TextAttribute* pTextOld = 0; in ImplDoClass7()132 TextAttribute* pTextAttr = new TextAttribute; in ImplDoClass7()134 *pTextAttr = *(TextAttribute*)( pAppData ); in ImplDoClass7()142 pAppData += sizeof( TextAttribute ) - 4; in ImplDoClass7()
67 typedef struct TextAttribute struct85 TextAttribute* pNextAttribute; // zero or pointer to next TextAttribute argument86 } TextAttribute; typedef97 TextAttribute* pAttribute;
64 for ( TextAttribute* pTAttr = pTextEntry->pAttribute; pTAttr != NULL ; ) in DeleteTextEntry()66 TextAttribute* pTempTAttr = pTAttr; in DeleteTextEntry()
Completed in 11 milliseconds