Searched refs:GrIPoint16 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrPoint.h21 struct GrIPoint16 { struct
H A DGrGlyph.h29 GrIPoint16 fAtlasLocation;
/external/skia/include/gpu/
H A DGrPoint.h21 struct GrIPoint16 { struct
H A DGrGlyph.h29 GrIPoint16 fAtlasLocation;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.h39 bool addSubImage(int width, int height, const void*, GrIPoint16*);
56 GrIPoint16 fOffset;
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*);
H A DGrRectanizer.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
45 GrIPoint16 fLoc;
74 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
H A DGrRectanizer_fifo.cpp27 virtual bool addRect(int w, int h, GrIPoint16* loc);
39 GrIPoint16 fLoc;
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
H A DGrRectanizer.h34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
H A DGrPlotMgr.h38 bool newPlot(GrIPoint16* loc) {
71 GrIPoint16 fDim;
H A DGrAtlas.cpp65 static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset) {
76 GrIPoint16* loc) {
160 GrIPoint16* loc) {
H A DGrRectanizer_skyline.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) {
/external/skia/src/gpu/
H A DGrAtlas.h39 bool addSubImage(int width, int height, const void*, GrIPoint16*);
56 GrIPoint16 fOffset;
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*);
H A DGrRectanizer.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
45 GrIPoint16 fLoc;
74 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
H A DGrRectanizer_fifo.cpp27 virtual bool addRect(int w, int h, GrIPoint16* loc);
39 GrIPoint16 fLoc;
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
H A DGrRectanizer.h34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
H A DGrPlotMgr.h38 bool newPlot(GrIPoint16* loc) {
71 GrIPoint16 fDim;
H A DGrAtlas.cpp65 static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset) {
76 GrIPoint16* loc) {
160 GrIPoint16* loc) {
H A DGrRectanizer_skyline.cpp33 virtual bool addRect(int w, int h, GrIPoint16* loc);
58 bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) {

Completed in 220 milliseconds