Searched refs:SkIPoint16 (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
H A DGrAtlas.h38 bool addSubImage(int width, int height, const void*, SkIPoint16*);
60 SkIPoint16 fOffset; // the offset of the plot in the backing texture
79 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, SkIPoint16*);
H A DGrPlotMgr.h37 bool newPlot(SkIPoint16* loc) {
70 SkIPoint16 fDim;
H A DGrRectanizer_pow2.h33 virtual bool addRect(int w, int h, SkIPoint16* loc) SK_OVERRIDE;
44 SkIPoint16 fLoc;
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
H A DGrRectanizer_skyline.h33 virtual bool addRect(int w, int h, SkIPoint16* loc) SK_OVERRIDE;
H A DGrAtlas.cpp52 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) {
58 SkIPoint16* loc) {
209 SkIPoint16* loc) {
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
/external/skia/src/gpu/
H A DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
H A DGrAtlas.h38 bool addSubImage(int width, int height, const void*, SkIPoint16*);
60 SkIPoint16 fOffset; // the offset of the plot in the backing texture
79 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, SkIPoint16*);
H A DGrPlotMgr.h37 bool newPlot(SkIPoint16* loc) {
70 SkIPoint16 fDim;
H A DGrRectanizer_pow2.h33 virtual bool addRect(int w, int h, SkIPoint16* loc) SK_OVERRIDE;
44 SkIPoint16 fLoc;
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
H A DGrRectanizer_skyline.h33 virtual bool addRect(int w, int h, SkIPoint16* loc) SK_OVERRIDE;
H A DGrAtlas.cpp52 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) {
58 SkIPoint16* loc) {
209 SkIPoint16* loc) {
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
/external/chromium_org/third_party/skia/tests/
H A DGpuRectanizerTest.cpp25 SkIPoint16 loc;
38 SkIPoint16 loc;
/external/skia/tests/
H A DGpuRectanizerTest.cpp25 SkIPoint16 loc;
38 SkIPoint16 loc;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h29 SkIPoint16 fAtlasLocation;
/external/skia/include/gpu/
H A DGrGlyph.h29 SkIPoint16 fAtlasLocation;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRectanizer.cpp43 *fRectLocations.append() = SkIPoint16::Make(0, 0);
145 SkTDArray<SkIPoint16> fRectLocations;
/external/skia/samplecode/
H A DSampleRectanizer.cpp43 *fRectLocations.append() = SkIPoint16::Make(0, 0);
145 SkTDArray<SkIPoint16> fRectLocations;
/external/chromium_org/third_party/skia/bench/
H A DRectanizerBench.cpp88 SkIPoint16 loc;
/external/skia/bench/
H A DRectanizerBench.cpp88 SkIPoint16 loc;
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h14 /** \struct SkIPoint16
18 struct SkIPoint16 { struct
21 static SkIPoint16 Make(int x, int y) {
22 SkIPoint16 pt;

Completed in 433 milliseconds

12