Home
last modified time | relevance | path

Searched refs:height64 (Results 1 – 8 of 8) sorted by relevance

/external/skia/docs/examples/
DIRect_height64.cpp8 SkDebugf("height: %d height64: %lld\n", large.height(), large.height64()); in draw()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp68 SkASSERT(maskBounds.height64() * maskBounds.width64() <= kMaxClipPathArea); in makeClipProcessor()
/external/skqp/docs/
DSkIRect_Reference.bmh330 #SeeAlso height() width64() height64() SkRect::width()
350 #SeeAlso width() height() height64() SkRect::width()
379 #Method int64_t height64() const
387 SkDebugf("height: %d height64: %lld\n", large.height(), large.height64());
389 height: -5 height64: 4294967291
/external/skia/include/core/
DSkRect.h186 int64_t height64() const { return (int64_t)fBottom - (int64_t)fTop; } in height64() function
202 int64_t h = this->height64(); in isEmpty()
/external/skqp/include/core/
DSkRect.h183 int64_t height64() const { return (int64_t)fBottom - (int64_t)fTop; } in height64() function
199 int64_t h = this->height64(); in isEmpty()
/external/skqp/site/user/api/
DSkIRect_Reference.md34 int64_t <a href='#SkIRect_height64'>height64</a>() const;
553 …a> <a href='#SkIRect_width64'>width64</a>() <a href='#SkIRect_height64'>height64</a>() <a href='Sk…
585 …</a> <a href='#SkIRect_height'>height()</a> <a href='#SkIRect_height64'>height64</a>() <a href='Sk…
624 int64_t <a href='#SkIRect_height64'>height64</a>()const
642 height: -5 height64: 4294967291
727 <a href='#SkIRect_width64'>width64</a>() or <a href='#SkIRect_height64'>height64</a>().
731 true if <a href='#SkIRect_width64'>width64</a>() or <a href='#SkIRect_height64'>height64</a>() are …
/external/skia/src/gpu/
DGrClipStack.cpp1428 maskBounds.height64() * maskBounds.width64() < kMaxClipPathArea) { in apply()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1069 int64_t height64() const;