HomeSort by relevance Sort by last modified time
    Searched refs:Sk64_pin_to_s32 (Results 1 - 6 of 6) sorted by null

  /external/skia/include/private/
SkSafe32.h 13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) {
18 return Sk64_pin_to_s32((int64_t)a + (int64_t)b);
22 return Sk64_pin_to_s32((int64_t)a - (int64_t)b);
SkTArray.h 548 fAllocCount = Sk64_pin_to_s32(newAllocCount);
  /external/skqp/include/private/
SkSafe32.h 13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) {
18 return Sk64_pin_to_s32((int64_t)a + (int64_t)b);
22 return Sk64_pin_to_s32((int64_t)a - (int64_t)b);
SkTArray.h 548 fAllocCount = Sk64_pin_to_s32(newAllocCount);
  /external/skia/include/core/
SkRect.h 373 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft);
374 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop);
    [all...]
  /external/skqp/include/core/
SkRect.h 373 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft);
374 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop);
    [all...]

Completed in 66 milliseconds