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/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 665 inline void fillRow (const PixelBufferAccess& dst, int y, int z, int pixelSize, const deUint8* pixe… in fillRow() function 716 fillRow(access, y, z, pixelSize, &pixel.u8[0]); in clear() 747 fillRow(access, y, z, pixelSize, &pixel.u8[0]); in clear()
|