Searched refs:SK_WARN_UNUSED_RESULT (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLNameAllocator.cpp | 56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0; 73 …virtual SparseNameRange* SK_WARN_UNUSED_RESULT removeLeftmostContiguousRange(GrGLuint* removedCoun… 109 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) = 0; 136 SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) override { in internalAllocate() 163 …SparseNameRange* SK_WARN_UNUSED_RESULT removeLeftmostContiguousRange(GrGLuint* removedCount) overr… in removeLeftmostContiguousRange() 188 SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) override { in free() 211 SparseNameRange* SK_WARN_UNUSED_RESULT rebalance() { in rebalance() 226 SparseNameRange* SK_WARN_UNUSED_RESULT rebalanceImpl() { in rebalanceImpl() 247 SparseNameRange* SK_WARN_UNUSED_RESULT rotate() { in rotate() 283 SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) override { in internalAllocate() [all …]
|
/external/skia/include/core/ |
D | SkRect.h | 23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() 29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() { in MakeLargest() 35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() 47 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) { in MakeLTRB() 53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { in MakeXYWH() 283 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) { in intersect() 291 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& a, const SkIRect& b) { in intersect() 311 bool SK_WARN_UNUSED_RESULT intersectNoEmptyCheck(const SkIRect& a, const SkIRect& b) { in intersectNoEmptyCheck() 330 bool SK_WARN_UNUSED_RESULT intersect(int32_t left, int32_t top, in intersect() [all …]
|
D | SkPictureRecorder.h | 70 SkPicture* SK_WARN_UNUSED_RESULT endRecordingAsPicture(); 82 SkDrawable* SK_WARN_UNUSED_RESULT endRecordingAsDrawable(); 85 SkPicture* SK_WARN_UNUSED_RESULT endRecording() { return this->endRecordingAsPicture(); } in endRecording()
|
D | SkPreConfig.h | 77 #if !defined(SK_WARN_UNUSED_RESULT) 78 #define SK_WARN_UNUSED_RESULT macro 88 #if !defined(SK_WARN_UNUSED_RESULT) 89 #define SK_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
|
D | SkBitmap.h | 225 … bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*); 241 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes); 249 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() 257 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) { 341 bool SK_WARN_UNUSED_RESULT tryAllocPixels(SkColorTable* ctable = NULL) { 367 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocator* allocator, SkColorTable* ctable);
|
D | SkPathMeasure.h | 44 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position, 58 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
|
D | SkMatrix.h | 26 static SkMatrix SK_WARN_UNUSED_RESULT MakeScale(SkScalar sx, SkScalar sy) { in MakeScale() 32 static SkMatrix SK_WARN_UNUSED_RESULT MakeScale(SkScalar scale) { in MakeScale() 38 static SkMatrix SK_WARN_UNUSED_RESULT MakeTrans(SkScalar dx, SkScalar dy) { in MakeTrans() 382 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const { in invert() 405 bool SK_WARN_UNUSED_RESULT asAffine(SkScalar affine[6]) const; 785 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;
|
D | SkWeakRefCnt.h | 90 bool SK_WARN_UNUSED_RESULT try_ref() const { in try_ref()
|
D | SkDraw.h | 139 bool SK_WARN_UNUSED_RESULT
|
/external/skia/include/gpu/ |
D | GrRect.h | 17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() 23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { in MakeWH() 29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { in MakeXYWH()
|
D | GrProcessor.h | 38 uint32_t* SK_WARN_UNUSED_RESULT add32n(int count) { in add32n()
|
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.h | 125 State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(const GrPrimitiveProcessor*, 127 State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(GrBatch*,
|
/external/skia/include/codec/ |
D | SkCodec.h | 169 RewindState SK_WARN_UNUSED_RESULT rewindIfNeeded();
|
/external/skia/dm/ |
D | DMSrcSink.h | 59 virtual Error SK_WARN_UNUSED_RESULT draw(SkCanvas*) const = 0; 67 virtual Error SK_WARN_UNUSED_RESULT draw(const Src&, SkBitmap*, SkWStream*, SkString* log)
|