Home
last modified time | relevance | path

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

/third_party/skia/include/private/
H A DSkSafe32.h13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) { in Sk64_pin_to_s32() function
18 return Sk64_pin_to_s32((int64_t)a + (int64_t)b); in Sk32_sat_add()
22 return Sk64_pin_to_s32((int64_t)a - (int64_t)b); in Sk32_sat_sub()
H A DSkTArray.h567 fAllocCount = SkToU32(Sk64_pin_to_s32(newAllocCount)); in checkRealloc()
/third_party/skia/include/core/
H A DSkRect.h397 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo()
398 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo()
/third_party/skia/src/core/
H A DSkCanvas.cpp762 int maxLayerDim = std::max(Sk64_pin_to_s32(2 * std::max(SkIRect(targetOutput).width64(), in get_layer_mapping_and_bounds()

Completed in 9 milliseconds