Searched refs:setup_dashed_rect_common (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 156 void setup_dashed_rect_common(const SkRect& rect, const SkMatrix& matrix, T* vertices, int idx, in setup_dashed_rect_common() function 187 setup_dashed_rect_common<DashCircleVertex>(rect, matrix, verts, idx, offset, bloatX, in setup_dashed_rect() 203 setup_dashed_rect_common<DashLineVertex>(rect, matrix, verts, idx, offset, bloatX, in setup_dashed_rect()
|