Searched refs:SK_WARN_UNUSED_RESULT (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h17 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) {
H A DGrBackendProcessorFactory.h38 uint32_t* SK_WARN_UNUSED_RESULT add32n(int count) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp56 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 internalAllocat
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp56 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 internalAllocat
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPreConfig.h77 #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
H A DSkPathMeasure.h42 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
H A DSkWeakRefCnt.h90 bool SK_WARN_UNUSED_RESULT try_ref() const {
H A DSkRect.h23 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 MakeW
[all...]
H A DSkBitmap.h231 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);
H A DSkDraw.h135 bool SK_WARN_UNUSED_RESULT
H A DSkMatrix.h353 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const {
693 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;
/external/skia/include/core/
H A DSkPreConfig.h77 #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
H A DSkPathMeasure.h42 bool SK_WARN_UNUSED_RESULT getPosTan(SkScalar distance, SkPoint* position,
56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
H A DSkWeakRefCnt.h90 bool SK_WARN_UNUSED_RESULT try_ref() const {
H A DSkRect.h23 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) {
371 static const SkIRect& SK_WARN_UNUSED_RESULT EmptyIRect() {
382 static SkRect SK_WARN_UNUSED_RESULT MakeEmpty() {
388 static SkRect SK_WARN_UNUSED_RESULT MakeLargest() {
394 static SkRect SK_WARN_UNUSED_RESULT MakeW
[all...]
H A DSkDraw.h131 bool SK_WARN_UNUSED_RESULT
H A DSkMatrix.h348 bool SK_WARN_UNUSED_RESULT invert(SkMatrix* inverse) const {
688 bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const;
/external/skia/include/gpu/
H A DGrRect.h17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() {

Completed in 5522 milliseconds