Searched refs:width64 (Results 1 – 11 of 11) sorted by relevance
/third_party/flatbuffers/dart/lib/src/ |
D | types.dart | 8 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;
|
D | builder.dart | 489 case BitWidth.width64: 507 case BitWidth.width64: 596 case BitWidth.width64:
|
/third_party/flatbuffers/dart/test/ |
D | flex_types_test.dart | 108 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/ |
D | IRect_width64.cpp | 8 SkDebugf("width: %d width64: %lld\n", large.width(), large.width64()); in draw()
|
/third_party/skia/docs/examples/ |
D | IRect_width64.cpp | 8 SkDebugf("width: %d width64: %" PRId64 "\n", large.width(), large.width64()); in draw()
|
/third_party/skia/include/core/ |
D | SkRect.h | 178 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/ |
D | SkRect.h | 165 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/ |
D | SkIRect_Reference.md | 33 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/ |
D | SkCanvas.cpp | 757 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/ |
D | documumentation_examples_map.txt | 1197 int64_t width64() const;
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1189 int64_t width64() const;
|