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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.cpp55 static int HeightToRowIndex(int height) { function in class:GrRectanizerPow2
92 Row* row = &fRows[HeightToRowIndex(height)];
H A DGrRectanizer_fifo.cpp49 static int HeightToRowIndex(int height) { function in class:GrRectanizerFIFO
86 Row* row = &fRows[HeightToRowIndex(height)];
/external/skia/src/gpu/
H A DGrRectanizer.cpp55 static int HeightToRowIndex(int height) { function in class:GrRectanizerPow2
92 Row* row = &fRows[HeightToRowIndex(height)];
H A DGrRectanizer_fifo.cpp49 static int HeightToRowIndex(int height) { function in class:GrRectanizerFIFO
86 Row* row = &fRows[HeightToRowIndex(height)];

Completed in 136 milliseconds