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

  /external/chromium_org/third_party/skia/include/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) {
GrBackendProcessorFactory.h 38 uint32_t* SK_WARN_UNUSED_RESULT add32n(int count) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp 56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
73 virtual SparseNameRange* SK_WARN_UNUSED_RESULT removeLeftmostContiguousRange(GrGLuint* removedCount) = 0;
109 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) = 0;
136 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
163 virtual SparseNameRange* SK_WARN_UNUSED_RESULT removeLeftmostContiguousRange(GrGLuint* removedCount) SK_OVERRIDE {
188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE {
211 SparseNameRange* SK_WARN_UNUSED_RESULT rebalance() {
226 SparseNameRange* SK_WARN_UNUSED_RESULT rebalanceImpl() {
247 SparseNameRange* SK_WARN_UNUSED_RESULT rotate() {
283 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPreConfig.h 77 #if !defined(SK_WARN_UNUSED_RESULT)
78 #define SK_WARN_UNUSED_RESULT
88 #if !defined(SK_WARN_UNUSED_RESULT)
89 #define SK_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
SkPathMeasure.h 42 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
SkWeakRefCnt.h 90 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 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) {
369 static const SkIRect& SK_WARN_UNUSED_RESULT EmptyIRect() {
380 static SkRect SK_WARN_UNUSED_RESULT MakeEmpty() {
386 static SkRect SK_WARN_UNUSED_RESULT MakeLargest() {
392 static SkRect SK_WARN_UNUSED_RESULT MakeWH(SkScalar w, SkScalar h)
    [all...]
SkBitmap.h 231 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
249 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes);
258 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) {
266 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) {
350 bool SK_WARN_UNUSED_RESULT tryAllocPixels(SkColorTable* ctable = NULL) {
376 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocator* allocator, SkColorTable* ctable);
    [all...]
SkDraw.h 135 bool SK_WARN_UNUSED_RESULT
SkMatrix.h 353 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const {
693 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;

Completed in 444 milliseconds