HomeSort by relevance Sort by last modified time
    Searched refs:SkToInt (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkPackBits.cpp 199 count = SkToInt(stop - src);
221 dst = flush_same16(dst, value, SkToInt(s - src));
230 dst = flush_diff16(dst, src, SkToInt(s - src));
242 count = SkToInt(stop - src);
263 dst = flush_same8(dst, value, SkToInt(s - src));
274 dst = flush_diff8(dst, src, SkToInt(s - src));
301 return SkToInt(dst - origDst);
322 return SkToInt(dst - origDst);
SkFont.cpp 76 count = SkUTF16_CountUnichars((const uint16_t*)text, SkToInt(byteLength >> 1));
79 count = SkToInt(byteLength >> 2);
82 count = SkToInt(byteLength >> 1);
SkDebug.cpp 44 int SkToInt(intmax_t x) {
SkRegionPriv.h 32 return SkToInt((curr - runs) >> 1);
216 int runCount = SkToInt(runs - this->writable_runs() + 1);
SkError.cpp 133 int string_left = SkToInt(ERROR_STRING_LENGTH - strlen(str));
SkMetaData.cpp 94 (void)this->set(name, value, sizeof(char), kString_Type, SkToInt(strlen(value) + 1));
108 (void)this->set(name, data, sizeof(char), kData_Type, SkToInt(byteCount));
SkPictureData.cpp 426 const int count = SkToInt(size);
492 const int count = SkToInt(size);
501 const int count = SkToInt(size);
SkEdgeBuilder.cpp 153 return SkToInt(edgePtr - fEdgeList);
SkLineClipper.cpp 270 lineCount = SkToInt(r - result);
SkBBoxRecord.cpp 60 bbox.set(pts, SkToInt(count));
SkPaint.cpp 510 return SkUTF16_CountUnichars((const uint16_t*)textData, SkToInt(byteLength >> 1));
512 return SkToInt(byteLength >> 2);
514 return SkToInt(byteLength >> 1);
527 return SkToInt(byteLength >> 1);
562 return SkToInt(gptr - glyphs);
    [all...]
SkPictureRecord.cpp 882 this->addInt(SkToInt(count));
    [all...]
SkDraw.cpp 144 sk_memset32((uint32_t*)pixels, data, SkToInt(bytes >> 2));
148 sk_memset16((uint16_t*)pixels, data, SkToInt(bytes >> 1));
572 int n = SkToInt(count);
579 SkASSERT(SkToInt(count) >= n);
    [all...]
  /external/chromium_org/third_party/skia/gm/
getpostextpath.cpp 40 int len = SkToInt(strlen(text));
  /external/chromium_org/third_party/skia/samplecode/
SampleHairline.cpp 75 if (!check_zeros(bm.getAddr32(i, 0), bm.height(), SkToInt(rb >> 2))) {
80 SkToInt(rb >> 2))) {
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 285 const int width = scaleToFit ? scaleToFit->width() : SkToInt(CGImageGetWidth(image));
286 const int height = scaleToFit ? scaleToFit->height() : SkToInt(CGImageGetHeight(image));
  /external/chromium_org/third_party/skia/tests/
RecordReplaceDrawTest.cpp 78 sk_memset32((SkPMColor*)addr.get(), pmcolor, SkToInt(size >> 2));
SurfaceTest.cpp 97 sk_memset32((SkPMColor*)addr, pmcolor, SkToInt(size >> 2));
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp 120 const int width = SkToInt(CGImageGetWidth(image));
121 const int height = SkToInt(CGImageGetHeight(image));
SkFontHost_mac.cpp     [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 60 this->pushArrayU16((const uint16_t*)text, SkToInt(length >> 1),
173 lua.pushArrayPoint(pts, SkToInt(count), "points");
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 244 SK_API int SkToInt(intmax_t);
254 #define SkToInt(x) ((int)(x))
SkTDArray.h 252 return SkToInt(iter - stop);
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 368 return Create(intervals.get(), SkToInt(count), phase);
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 173 int size = SkToInt(string.size());
    [all...]

Completed in 257 milliseconds

1 2