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

  /external/skia/src/ports/
SkFontHost_win.cpp 310 LogFontTypeface* lface = static_cast<LogFontTypeface*>(face); local
313 return lface &&
314 get_style(lface->fLogFont) == requestedStyle &&
315 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 863 const btDbvtNode* lface)
866 btSoftBody::Face* face=(btSoftBody::Face*)lface->data;

Completed in 183 milliseconds