Home
last modified time | relevance | path

Searched defs:TileProfileRecord (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesProfiler.h39 struct TileProfileRecord { struct
40TileProfileRecord(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