Home | History | Annotate | Download | only in core

Lines Matching refs:Sk64

25 static bool isPos32Bits(const Sk64& value) {
45 Sk64 size;
188 Sk64 rowBytes;
220 Sk64 SkBitmap::ComputeSize64(Config c, int width, int height) {
221 Sk64 size;
227 Sk64 size = SkBitmap::ComputeSize64(c, width, height);
231 Sk64 SkBitmap::ComputeSafeSize64(Config config,
235 Sk64 safeSize;
239 Sk64 sizeAllButLastRow;
251 Sk64 safeSize = ComputeSafeSize64(config, width, height, rowBytes);
431 Sk64 size = dst->getSize64();
456 Sk64 SkBitmap::getSafeSize64() const {