Searched refs:fillRow (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 74 static void fillRow(SkPoint verts[], SkPoint texs[], in fillRow() function 212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs, in DrawMesh() 231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs, in DrawMesh() 236 fillRow(verts, texs, bounds.fBottom, SkIntToScalar(bitmap.height()), in DrawMesh()
|
/external/skia/legacy/src/utils/ |
D | SkNinePatch.cpp | 74 static void fillRow(SkPoint verts[], SkPoint texs[], in fillRow() function 212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs, in DrawMesh() 231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs, in DrawMesh() 236 fillRow(verts, texs, bounds.fBottom, SkIntToScalar(bitmap.height()), in DrawMesh()
|