HomeSort by relevance Sort by last modified time
    Searched refs:GrIPoint16 (Results 1 - 8 of 8) sorted by null

  /external/skia/gpu/include/
GrPoint.h 28 struct GrIPoint16 {
GrRectanizer.h 43 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
GrAtlas.h 39 bool addSubImage(int width, int height, const void*, GrIPoint16*);
59 GrIPoint16 fPlot;
73 GrMaskFormat, GrIPoint16*);
GrPlotMgr.h 47 bool newPlot(GrIPoint16* loc) {
80 GrIPoint16 fDim;
GrGlyph.h 39 GrIPoint16 fAtlasLocation;
  /external/skia/gpu/src/
GrRectanizer.cpp 34 virtual bool addRect(int w, int h, GrIPoint16* loc);
46 GrIPoint16 fLoc;
75 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
GrRectanizer_fifo.cpp 34 virtual bool addRect(int w, int h, GrIPoint16* loc);
46 GrIPoint16 fLoc;
75 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
GrAtlas.cpp 82 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) {
95 GrIPoint16* loc) {
160 GrIPoint16* loc) {
170 GrIPoint16 plot;

Completed in 668 milliseconds