Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrLayerAtlas.h51 bool allocateRect(int width, int height, SkIPoint16*);
55 SkIPoint16 fOffset; // the offset of the plot in the backing texture
108 Plot* addToAtlas(ClientPlotUsage*, int width, int height, 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;
DGrBatchAtlas.h55 SkIPoint16* loc);
163 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);
214 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
DGrBatchAtlas.cpp29 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) in BatchPlot()
45 SkIPoint16* loc) { in addSubImage()
198 int width, int height, const void* image, SkIPoint16* loc) { in addToAtlas()
DGrLayerAtlas.cpp31 bool GrLayerAtlas::Plot::allocateRect(int width, int height, SkIPoint16* loc) { in allocateRect()
131 int width, int height, 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()
DGrGlyph.h39 SkIPoint16 fAtlasLocation;
DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect()
DGrLayerCache.cpp210 SkIPoint16 loc; in tryToAtlas()
/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/src/gpu/batches/
DGrAADistanceFieldPathRenderer.h65 SkIPoint16 fAtlasLocation;
DGrAADistanceFieldPathRenderer.cpp402 SkIPoint16 atlasLocation; in addPathToAtlas()
/external/skia/bench/
DRectanizerBench.cpp88 SkIPoint16 loc; in onDraw()
/external/skia/src/gpu/text/
DGrBatchFontCache.h162 SkIPoint16* loc) { in addToAtlas()
DGrAtlasTextBlob.h238 static const size_t kColorTextVASize = sizeof(SkPoint) + sizeof(SkIPoint16);
239 static const size_t kGrayTextVASize = sizeof(SkPoint) + sizeof(GrColor) + sizeof(SkIPoint16);
DGrAtlasTextBlob_regenInBatch.cpp62 intptr_t texCoordOffset = vertexStride - sizeof(SkIPoint16); in regen_vertices()