Searched refs:setRC (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkM44.cpp | 368 m.setRC(0, 0, cot); in Perspective() 369 m.setRC(1, 1, cot); in Perspective() 370 m.setRC(2, 2, (far + near) * denomInv); in Perspective() 371 m.setRC(2, 3, 2 * far * near * denomInv); in Perspective() 372 m.setRC(3, 2, -1); in Perspective()
|
D | SkDevice.cpp | 78 pixelAligned.setRC(0, 3, SkScalarFloorToScalar(fDeviceToGlobal.rc(0, 3))); in isPixelAlignedToGlobal() 79 pixelAligned.setRC(1, 3, SkScalarFloorToScalar(fDeviceToGlobal.rc(1, 3))); in isPixelAlignedToGlobal()
|
/third_party/skia/gm/ |
D | postercircle.cpp | 85 proj.setRC(3, 2, -1.f / 800.f); in onDraw()
|
/third_party/skia/include/core/ |
D | SkM44.h | 250 void setRC(int r, int c, SkScalar value) { in setRC() function
|