Home
last modified time | relevance | path

Searched refs:height64 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Djpegxl_probe.c116 uint64_t height64 = height; /* avoid integer overflow */ in jpegxl_width_from_ratio() local
121 return (uint32_t)((height64 * 12) / 10); in jpegxl_width_from_ratio()
123 return (uint32_t)((height64 * 4) / 3); in jpegxl_width_from_ratio()
125 return (uint32_t)((height64 * 3) / 2); in jpegxl_width_from_ratio()
127 return (uint32_t)((height64 * 16) / 9); in jpegxl_width_from_ratio()
129 return (uint32_t)((height64 * 5) / 4); in jpegxl_width_from_ratio()
131 return (uint32_t)(height64 * 2); in jpegxl_width_from_ratio()
/third_party/skia/docs/examples/
H A DIRect_height64.cpp8 SkDebugf("height: %d height64: %" PRId64 "\n", large.height(), large.height64()); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkRect.h192 int64_t height64() const { return (int64_t)fBottom - (int64_t)fTop; } in height64() function
196 width64() or height64().
198 @return true if width64() or height64() are zero or negative
208 int64_t h = this->height64(); in isEmpty()
/third_party/skia/src/core/
H A DSkCanvas.cpp763 SkIRect(targetOutput).height64())), in get_layer_mapping_and_bounds()

Completed in 8 milliseconds