Searched defs:cellRow (Results 1 – 5 of 5) sorted by relevance
/external/skqp/gm/ |
D | hardstop_gradients.cpp | 58 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() 70 static void create_gradient_points(int cellRow, int cellCol, SkPoint points[2]) { in create_gradient_points() 142 for (int cellRow = 0; cellRow < NUM_ROWS; cellRow++) { in onDraw() local
|
D | analytic_gradients.cpp | 106 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() 137 for (int cellRow = 0; cellRow < NUM_ROWS; cellRow++) { in onDraw() local
|
/external/skia/gm/ |
D | hardstop_gradients.cpp | 58 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() 70 static void create_gradient_points(int cellRow, int cellCol, SkPoint points[2]) { in create_gradient_points() 142 for (int cellRow = 0; cellRow < NUM_ROWS; cellRow++) { in onDraw() local
|
D | analytic_gradients.cpp | 106 static void shade_rect(SkCanvas* canvas, sk_sp<SkShader> shader, int cellRow, int cellCol) { in shade_rect() 137 for (int cellRow = 0; cellRow < NUM_ROWS; cellRow++) { in onDraw() local
|
/external/dng_sdk/source/ |
D | dng_mosaic_info.cpp | 1270 for (uint32 cellRow = 0; cellRow < cellRows; cellRow++) in ProcessArea() local
|