Searched refs:kDeviceSize (Results 1 – 2 of 2) sorted by relevance
65 SkScalarFloorToInt(kDeviceSize.fWidth / (kImageSize.fWidth + kPad)); in onDraw()85 SkIPoint onGetSize() override { return {kDeviceSize.fWidth, kDeviceSize.fHeight}; } in onGetSize()88 inline static constexpr SkISize kDeviceSize{64, 64}; member in ImageCycle
64 SkScalarFloorToInt(kDeviceSize.fWidth / (kImageSize.fWidth + kPad)); in onDraw()81 SkIPoint onGetSize() override { return {kDeviceSize.fWidth, kDeviceSize.fHeight}; } in onGetSize()84 static constexpr SkISize kDeviceSize{64, 64}; member in ImageCycle