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

  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 49 FontFileInfo *currentFontInfo; // The current fontInfo being created
72 if (familyData->currentFontInfo) {
73 familyData->currentFontInfo->fFileName = buff;
110 familyData->currentFontInfo = newFileInfo;
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 39 FontFileInfo *currentFontInfo; // The current fontInfo being created
62 if (familyData->currentFontInfo) {
63 familyData->currentFontInfo->fFileName = buff;
100 familyData->currentFontInfo = newFileInfo;

Completed in 69 milliseconds