HomeSort by relevance Sort by last modified time
    Searched full:layoutptr (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 207 ATSLayoutRecord *layoutPtr;
211 err = ::ATSUDirectGetLayoutDataArrayPtrFromTextLayout(fLayout,0,kATSUDirectDataLayoutRecordATSLayoutRecordCurrent,(void**)&layoutPtr,&count);
212 glyph = layoutPtr->glyphID;
213 ::ATSUDirectReleaseLayoutDataArrayPtr(NULL,kATSUDirectDataLayoutRecordATSLayoutRecordCurrent,(void**)&layoutPtr);

Completed in 50 milliseconds