Searched refs:gEntries (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFlattenable.cpp60 static Entry gEntries[MAX_ENTRY_COUNT]; variable
74 gEntries[gCount].fName = name;
75 gEntries[gCount].fFactory = factory;
76 gEntries[gCount].fType = type;
84 " Call SkFlattenable::InitializeFlattenablesIfNeeded() before using gEntries",
95 const Entry* entries = gEntries;
110 const Entry* entries = gEntries;
125 const Entry* entries = gEntries;

Completed in 27 milliseconds