Searched refs:kDeviceSize (Results 1 – 3 of 3) sorted by relevance
65 SkScalarFloorToInt(kDeviceSize.fWidth / (kImageSize.fWidth + kPad)); in onDraw()85 SkIPoint onGetSize() override { return {kDeviceSize.fWidth, kDeviceSize.fHeight}; } in onGetSize()88 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
49 const char kDeviceSize[] = "DeviceSize"; variable