Searched defs:TileProfileRecord (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | TilesProfiler.h | 39 struct TileProfileRecord { struct 40 … TileProfileRecord(int left, int top, int right, int bottom, float scale, int isReady, int level) { in TileProfileRecord() function 49 int left, top, right, bottom; 73 TileProfileRecord* getTile(int frame, int tile) { in getTile() argument
|