HomeSort by relevance Sort by last modified time
    Searched refs:SK_WARN_UNUSED_RESULT (Results 1 - 19 of 19) sorted by null

  /external/skia/include/private/
SkGpuFenceSync.h 22 virtual SkPlatformGpuFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
SkWeakRefCnt.h 88 bool SK_WARN_UNUSED_RESULT try_ref() const {
  /external/skia/include/core/
SkPictureRecorder.h 75 SkPicture* SK_WARN_UNUSED_RESULT endRecordingAsPicture();
86 SkPicture* SK_WARN_UNUSED_RESULT endRecordingAsPicture(const SkRect& cullRect);
98 SkDrawable* SK_WARN_UNUSED_RESULT endRecordingAsDrawable();
101 SkPicture* SK_WARN_UNUSED_RESULT endRecording() { return this->endRecordingAsPicture(); }
SkPreConfig.h 67 #if !defined(SK_WARN_UNUSED_RESULT)
68 #define SK_WARN_UNUSED_RESULT
78 #if !defined(SK_WARN_UNUSED_RESULT)
79 #define SK_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
SkPathMeasure.h 47 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
61 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
SkRect.h 23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
47 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) {
53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) {
283 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) {
291 bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& a, const SkIRect& b) {
311 bool SK_WARN_UNUSED_RESULT intersectNoEmptyCheck(const SkIRect& a, const SkIRect& b) {
330 bool SK_WARN_UNUSED_RESULT intersect(int32_t left, int32_t top,
    [all...]
SkBitmap.h 243 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
259 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes);
267 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) {
275 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) {
370 bool SK_WARN_UNUSED_RESULT tryAllocPixels(SkColorTable* ctable = NULL) {
396 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocator* allocator, SkColorTable* ctable);
    [all...]
SkPixmap.h 51 bool SK_WARN_UNUSED_RESULT reset(const SkMask&);
59 bool SK_WARN_UNUSED_RESULT extractSubset(SkPixmap* subset, const SkIRect& area) const;
217 const SkData* SK_WARN_UNUSED_RESULT detachPixelsAsData();
233 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) {
SkDraw.h 139 bool SK_WARN_UNUSED_RESULT
143 SkPaint::FakeGamma SK_WARN_UNUSED_RESULT fakeGamma() const;
SkMatrix.h 28 static SkMatrix SK_WARN_UNUSED_RESULT MakeScale(SkScalar sx, SkScalar sy) {
34 static SkMatrix SK_WARN_UNUSED_RESULT MakeScale(SkScalar scale) {
40 static SkMatrix SK_WARN_UNUSED_RESULT MakeTrans(SkScalar dx, SkScalar dy) {
392 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const {
415 bool SK_WARN_UNUSED_RESULT asAffine(SkScalar affine[6]) const;
664 bool SK_WARN_UNUSED_RESULT getMinMaxScales(SkScalar scaleFactors[2]) const;
808 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;
  /external/skia/src/effects/
SkBlurMask.h 18 static bool SK_WARN_UNUSED_RESULT BlurRect(SkScalar sigma, SkMask *dst, const SkRect &src,
22 static bool SK_WARN_UNUSED_RESULT BlurRRect(SkScalar sigma, SkMask *dst, const SkRRect &src,
33 static bool SK_WARN_UNUSED_RESULT BoxBlur(SkMask* dst, const SkMask& src,
40 static bool SK_WARN_UNUSED_RESULT BlurGroundTruth(SkScalar sigma, SkMask* dst,
  /external/skia/src/gpu/
GrRect.h 17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() {
23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) {
29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) {
  /external/skia/include/gpu/
GrProcessor.h 39 uint32_t* SK_WARN_UNUSED_RESULT add32n(int count) {
  /external/skia/include/codec/
SkCodec.h 557 bool SK_WARN_UNUSED_RESULT rewindIfNeeded();
  /external/skia/dm/
DMSrcSink.h 63 virtual Error SK_WARN_UNUSED_RESULT draw(SkCanvas*) const = 0;
76 virtual Error SK_WARN_UNUSED_RESULT draw(const Src&, SkBitmap*, SkWStream*, SkString* log)
  /external/skia/src/gpu/gl/
SkGLContext.cpp 16 SkPlatformGpuFence SK_WARN_UNUSED_RESULT insertFence() const override;
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 26 SkPlatformGpuFence SK_WARN_UNUSED_RESULT insertFence() const override;
  /external/skia/tools/json/
SkJSONCanvas.cpp 186 static bool SK_WARN_UNUSED_RESULT flatten(const SkImage& image, Json::Value* target,
258 static bool SK_WARN_UNUSED_RESULT flatten(const SkBitmap& bitmap, Json::Value* target,
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 645 static bool SK_WARN_UNUSED_RESULT flatten(const SkImage& image, Json::Value* target,
824 static bool SK_WARN_UNUSED_RESULT flatten(const SkBitmap& bitmap, Json::Value* target,
    [all...]

Completed in 429 milliseconds