Searched refs:SkToInt (Results 76 - 100 of 125) sorted by relevance

12345

/external/skqp/tools/
H A DSkTestScalerContext.cpp128 SkASSERT(glyphCount == SkToInt(fTestFont->fCharCodesCount));
/external/skia/samplecode/
H A DSamplePathClip.cpp134 return SkToInt(edges - edgesStart);
/external/skia/src/core/
H A DSkDraw.cpp84 sk_memset32((uint32_t*)pixels, data, SkToInt(bytes >> 2));
88 sk_memset16((uint16_t*)pixels, data, SkToInt(bytes >> 1));
510 int n = SkToInt(count);
517 SkASSERT(SkToInt(count) >= n);
H A DSkEdgeBuilder.cpp335 return SkToInt(edgePtr - (char**)fEdgeList);
H A DSkOverdrawCanvas.cpp103 return SkToInt((const char*)prev - text);
H A DSkPaint.cpp415 return SkToInt(byteLength >> 2);
417 return SkToInt(byteLength >> 1);
430 return SkToInt(byteLength >> 1);
469 return SkToInt(gptr - glyphs);
H A DSkPictureRecord.cpp420 this->addInt(SkToInt(count));
915 addInt(SkToInt(byteLength));
H A DSkDevice.cpp476 return SkToInt((const char*)prev - text);
H A DSkRasterPipelineBlitter.cpp295 if (w > SkToInt(fShaderBuffer.size())) {
/external/skia/src/effects/
H A DSkDashPathEffect.cpp372 return SkDashPathEffect::Make(intervals.get(), SkToInt(count), phase);
/external/skia/src/pdf/
H A DSkPDFBitmap.cpp400 pdfDict.insertInt("Length", SkToInt(fData->size()));
H A DSkPDFMetadata.cpp22 int timeZoneMinutes = SkToInt(dt.fTimeZoneMinutes);
/external/skia/src/xml/
H A DSkDOM.cpp313 parser->text(elem, SkToInt(strlen(elem)));
/external/skqp/samplecode/
H A DSamplePathClip.cpp134 return SkToInt(edges - edgesStart);
/external/skqp/src/core/
H A DSkDraw.cpp83 sk_memset32((uint32_t*)pixels, data, SkToInt(bytes >> 2));
87 sk_memset16((uint16_t*)pixels, data, SkToInt(bytes >> 1));
505 int n = SkToInt(count);
512 SkASSERT(SkToInt(count) >= n);
H A DSkEdgeBuilder.cpp335 return SkToInt(edgePtr - (char**)fEdgeList);
H A DSkOverdrawCanvas.cpp103 return SkToInt((const char*)prev - text);
H A DSkPaint.cpp415 return SkToInt(byteLength >> 2);
417 return SkToInt(byteLength >> 1);
430 return SkToInt(byteLength >> 1);
469 return SkToInt(gptr - glyphs);
H A DSkPictureRecord.cpp420 this->addInt(SkToInt(count));
915 addInt(SkToInt(byteLength));
H A DSkDevice.cpp475 return SkToInt((const char*)prev - text);
/external/skqp/src/effects/
H A DSkDashPathEffect.cpp372 return SkDashPathEffect::Make(intervals.get(), SkToInt(count), phase);
/external/skqp/src/pdf/
H A DSkPDFBitmap.cpp400 pdfDict.insertInt("Length", SkToInt(fData->size()));
/external/skqp/src/xml/
H A DSkDOM.cpp313 parser->text(elem, SkToInt(strlen(elem)));
/external/skia/src/svg/
H A DSkSVGDevice.cpp672 path.addPoly(pts, SkToInt(count), false);
/external/skia/tests/
H A DTextBlobTest.cpp363 paint, glyphCount, 0, 0, SkToInt(strlen(text2)), SkString(), nullptr);

Completed in 554 milliseconds

12345