Home
last modified time | relevance | path

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

/third_party/flatbuffers/dart/lib/src/
Dtypes.dart8 width64
21 return BitWidth.width64;
23 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
31 return BitWidth.width64;
33 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
46 return BitWidth.width64;
Dbuilder.dart489 case BitWidth.width64:
507 case BitWidth.width64:
596 case BitWidth.width64:
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart108 expect(ValueTypeUtils.packedType(ValueType.Null, BitWidth.width64), equals(3));
113 expect(ValueTypeUtils.packedType(ValueType.Int, BitWidth.width64), equals(7));
121 expect(BitWidthUtil.width(12812324534), BitWidth.width64);
124 expect(BitWidthUtil.width(-12812324534), BitWidth.width64);
125 expect(BitWidthUtil.width(-0.1), BitWidth.width64);
/third_party/flutter/skia/docs/examples/
DIRect_width64.cpp8 SkDebugf("width: %d width64: %lld\n", large.width(), large.width64()); in draw()
/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.h178 int64_t width64() const { return (int64_t)fRight - (int64_t)fLeft; } in width64() function
201 int64_t w = this->width64(); in isEmpty()
/third_party/flutter/skia/include/core/
DSkRect.h165 int64_t width64() const { return (int64_t)fRight - (int64_t)fLeft; } in width64() function
188 int64_t w = this->width64(); in isEmpty()
/third_party/flutter/skia/site/user/api/
DSkIRect_Reference.md33 int64_t <a href='#SkIRect_width64'>width64</a>() const;
553 <a href='#SkIRect_height'>height()</a> <a href='#SkIRect_width64'>width64</a>() <a href='#SkIRect_h…
560 int64_t <a href='#SkIRect_width64'>width64</a>()const
578 width: -5 width64: 4294967291
649 …()</a> <a href='#SkIRect_height'>height()</a> <a href='#SkIRect_width64'>width64</a>() <a href='Sk…
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 …
/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/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1197 int64_t width64() const;
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1189 int64_t width64() const;