Home
last modified time | relevance | path

Searched refs:asInts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrNativeRect.h38 const int* asInts() const { in asInts() function
47 int* asInts() { return &fX; } in asInts() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1849 GL_CALL(WindowRectangles(glmode, numWindows, glwindows->asInts())); in flushWindowRectangles()