Searched refs:GrIPoint16 (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrAtlas.h | 32 bool addSubImage(int width, int height, const void*, GrIPoint16*); 52 GrIPoint16 fPlot; 66 GrMaskFormat, GrIPoint16*);
|
D | GrAtlas.cpp | 75 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) { in adjustForPlot() 88 GrIPoint16* loc) { in addSubImage() 162 GrIPoint16* loc) { in addToAtlas() 172 GrIPoint16 plot; in addToAtlas()
|
D | GrRectanizer.cpp | 27 virtual bool addRect(int w, int h, GrIPoint16* loc); 39 GrIPoint16 fLoc; 68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { in addRect()
|
D | GrRectanizer_fifo.cpp | 27 virtual bool addRect(int w, int h, GrIPoint16* loc); 39 GrIPoint16 fLoc; 68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) { in addRect()
|
D | GrPlotMgr.h | 40 bool newPlot(GrIPoint16* loc) { in newPlot() 73 GrIPoint16 fDim;
|
D | GrRectanizer.h | 36 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
|
/external/skia/include/gpu/ |
D | GrPoint.h | 21 struct GrIPoint16 { struct
|
D | GrGlyph.h | 32 GrIPoint16 fAtlasLocation;
|