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

  /external/chromium_org/third_party/skia/src/core/
SkDebug.cpp 34 int32_t SkToS32(intmax_t x) {
SkAlphaRuns.cpp 129 return SkToS32(lastAlpha - fAlpha); // new offsetX
SkMipMap.cpp 122 size.add(SkToS32(pixelSize));
SkBitmap.cpp 50 size.add(SkToS32(pixelSize));
221 size.setMul(SkToS32(SkBitmap::ComputeRowBytes(c, width)), height);
239 safeSize.set(SkToS32(ComputeRowBytes(config, width)));
241 sizeAllButLastRow.setMul(height - 1, SkToS32(rowBytes));
914 *y = SkToS32(offset / rowBytes);
916 *x = SkToS32(offset % rowBytes);
    [all...]
SkPath.cpp 566 testRects[0].set(first, SkToS32(last - first));
567 testRects[1].set(last, SkToS32(pts - last));
    [all...]
  /external/skia/src/core/
SkDebug.cpp 34 int32_t SkToS32(intmax_t x) {
SkAlphaRuns.cpp 129 return SkToS32(lastAlpha - fAlpha); // new offsetX
SkMipMap.cpp 122 size.add(SkToS32(pixelSize));
SkBitmap.cpp 50 size.add(SkToS32(pixelSize));
221 size.setMul(SkToS32(SkBitmap::ComputeRowBytes(c, width)), height);
239 safeSize.set(SkToS32(ComputeRowBytes(config, width)));
241 sizeAllButLastRow.setMul(height - 1, SkToS32(rowBytes));
914 *y = SkToS32(offset / rowBytes);
916 *x = SkToS32(offset % rowBytes);
    [all...]
SkPath.cpp 566 testRects[0].set(first, SkToS32(last - first));
567 testRects[1].set(last, SkToS32(pts - last));
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/utils/
SamplePipeControllers.cpp 98 int32_t blockSize = SkMax32(SkToS32(minRequest), kMinBlockSize);
  /external/skia/src/pipe/utils/
SamplePipeControllers.cpp 98 int32_t blockSize = SkMax32(SkToS32(minRequest), kMinBlockSize);
  /external/chromium_org/third_party/skia/src/lazy/
SkLazyPixelRef.cpp 60 safeSize.setMul(info.fHeight, SkToS32(*rowBytes));
  /external/skia/src/lazy/
SkLazyPixelRef.cpp 60 safeSize.setMul(info.fHeight, SkToS32(*rowBytes));
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 191 SK_API int32_t SkToS32(intmax_t);
198 #define SkToS32(x) ((int32_t)(x))
SkString.h 38 return SkToS32(first - &string[0]);
  /external/skia/include/core/
SkTypes.h 191 SK_API int32_t SkToS32(intmax_t);
198 #define SkToS32(x) ((int32_t)(x))
SkString.h 38 return SkToS32(first - &string[0]);
  /external/skia/tools/
bench_pictures_main.cpp 243 type = SkToS32(tIndex);
skimage_main.cpp 86 int32_t index = SkToS32(dot - cstyleDst);
  /external/skia/tests/
MathTest.cpp 451 SkToS32(4*1024*1024);
452 SkToS32(-4*1024*1024);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 3797 milliseconds