Home
last modified time | relevance | path

Searched refs:width64 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/docs/examples/
DIRect_width64.cpp8 SkDebugf("width: %d width64: %" PRId64 "\n", large.width(), large.width64()); in draw()
/third_party/skia/include/core/
DSkRect.h184 int64_t width64() const { return (int64_t)fRight - (int64_t)fLeft; } in width64() function
207 int64_t w = this->width64(); in isEmpty()
/third_party/skia/src/core/
DSkCanvas.cpp757 int maxLayerDim = std::max(Sk64_pin_to_s32(2 * std::max(SkIRect(targetOutput).width64(), in get_layer_mapping_and_bounds()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1189 int64_t width64() const;