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

  /external/chromium_org/third_party/skia/include/gpu/
GrPoint.h 21 struct GrIPoint16 {
GrGlyph.h 29 GrIPoint16 fAtlasLocation;
  /external/skia/include/gpu/
GrPoint.h 21 struct GrIPoint16 {
GrGlyph.h 29 GrIPoint16 fAtlasLocation;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
GrAtlas.h 39 bool addSubImage(int width, int height, const void*, GrIPoint16*);
56 GrIPoint16 fOffset;
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*);
GrRectanizer.cpp 33 virtual bool addRect(int w, int h, GrIPoint16* loc);
45 GrIPoint16 fLoc;
74 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 38 bool newPlot(GrIPoint16* loc) {
71 GrIPoint16 fDim;
GrAtlas.cpp 65 static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset) {
76 GrIPoint16* loc) {
160 GrIPoint16* loc) {
GrRectanizer_skyline.cpp 33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) {
  /external/skia/src/gpu/
GrRectanizer.h 34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
GrAtlas.h 39 bool addSubImage(int width, int height, const void*, GrIPoint16*);
56 GrIPoint16 fOffset;
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*);
GrRectanizer.cpp 33 virtual bool addRect(int w, int h, GrIPoint16* loc);
45 GrIPoint16 fLoc;
74 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 38 bool newPlot(GrIPoint16* loc) {
71 GrIPoint16 fDim;
GrAtlas.cpp 65 static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset) {
76 GrIPoint16* loc) {
160 GrIPoint16* loc) {
GrRectanizer_skyline.cpp 33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) {

Completed in 78 milliseconds