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

  /external/skia/include/gpu/
GrPoint.h 21 struct GrIPoint16 {
GrGlyph.h 32 GrIPoint16 fAtlasLocation;
  /external/skia/src/gpu/
GrRectanizer.h 36 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
GrAtlas.h 32 bool addSubImage(int width, int height, const void*, GrIPoint16*);
52 GrIPoint16 fPlot;
66 GrMaskFormat, GrIPoint16*);
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) {
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) {
GrPlotMgr.h 40 bool newPlot(GrIPoint16* loc) {
73 GrIPoint16 fDim;
GrAtlas.cpp 75 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) {
88 GrIPoint16* loc) {
162 GrIPoint16* loc) {
172 GrIPoint16 plot;

Completed in 323 milliseconds