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

  /external/skia/include/core/
SkPreConfig.h 78 #if !defined(SK_WARN_UNUSED_RESULT)
79 #define SK_WARN_UNUSED_RESULT
90 #if !defined(SK_WARN_UNUSED_RESULT)
91 #define SK_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
SkPathMeasure.h 44 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
58 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
SkWeakRefCnt.h 88 bool SK_WARN_UNUSED_RESULT try_ref() const {
SkRect.h 23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
29 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
35 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
41 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) {
47 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) {
346 static const SkIRect& SK_WARN_UNUSED_RESULT EmptyIRect() {
357 static SkRect SK_WARN_UNUSED_RESULT MakeEmpty() {
363 static SkRect SK_WARN_UNUSED_RESULT MakeWH(SkScalar w, SkScalar h) {
369 static SkRect SK_WARN_UNUSED_RESULT MakeSize(const SkSize& size) {
375 static SkRect SK_WARN_UNUSED_RESULT MakeLTRB(SkScalar l, SkScalar t, SkScalar r, SkScalar b)
    [all...]
SkDraw.h 115 bool SK_WARN_UNUSED_RESULT
SkMatrix.h 347 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const {
637 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;

Completed in 357 milliseconds