Home
last modified time | relevance | path

Searched refs:SkIPoint16 (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/
DGrAtlas.h42 bool addSubImage(int width, int height, const void*, SkIPoint16*);
65 SkIPoint16 fOffset; // the offset of the plot in the backing texture
106 GrPlot* addToAtlas(ClientPlotUsage*, int width, int height, const void* image, SkIPoint16* loc);
DGrRectanizer.h13 struct SkIPoint16;
31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0;
DGrRectanizer_pow2.h33 bool addRect(int w, int h, SkIPoint16* loc) override;
44 SkIPoint16 fLoc;
DGrPlotMgr.h37 bool newPlot(SkIPoint16* loc) { in newPlot()
70 SkIPoint16 fDim;
DGrBatchAtlas.cpp15 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { in adjust_for_offset()
49 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc, size_t rowBytes) { in addSubImage()
189 SkIPoint16 fOffset; // the offset of the plot in the backing texture
288 int width, int height, const void* image, SkIPoint16* loc) { in addToAtlas()
DGrAtlas.cpp55 static inline void adjust_for_offset(SkIPoint16* loc, const SkIPoint16& offset) { in adjust_for_offset()
60 bool GrPlot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage()
207 SkIPoint16* loc) { in addToAtlas()
DGrRectanizer_skyline.h33 bool addRect(int w, int h, SkIPoint16* loc) override;
DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrAADistanceFieldPathRenderer.h61 SkIPoint16 fAtlasLocation;
DGrGlyph.h41 SkIPoint16 fAtlasLocation;
DGrBatchAtlas.h47 SkIPoint16* loc);
DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrBatchFontCache.h139 SkIPoint16* loc) { in addToAtlas()
DGrAtlasTextContext.cpp43 static const size_t kLCDTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16);
46 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16);
48 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16);
1676 vertex += vertexStride - sizeof(SkIPoint16); in generateGeometry()
1813 SkIPoint16* textureCoords; in regenerateTextureCoords()
1815 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords()
1820 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords()
1825 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords()
1830 textureCoords = reinterpret_cast<SkIPoint16*>(vertex); in regenerateTextureCoords()
DGrLayerCache.cpp205 SkIPoint16 loc; in tryToAtlas()
DGrAADistanceFieldPathRenderer.cpp411 SkIPoint16 atlasLocation; in addPathToAtlas()
/external/skia/tests/
DGpuRectanizerTest.cpp25 SkIPoint16 loc; in test_rectanizer_basic()
38 SkIPoint16 loc; in test_rectanizer_inserts()
/external/skia/samplecode/
DSampleRectanizer.cpp43 *fRectLocations.append() = SkIPoint16::Make(0, 0); in RectanizerView()
145 SkTDArray<SkIPoint16> fRectLocations;
/external/skia/include/core/
DSkPoint.h18 struct SkIPoint16 { struct
21 static SkIPoint16 Make(int x, int y) { in Make() argument
22 SkIPoint16 pt; in Make()
/external/skia/bench/
DRectanizerBench.cpp88 SkIPoint16 loc; in onDraw()