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

12345

/external/skqp/src/core/
H A DSkRasterPipelineBlitter.cpp295 if (w > SkToInt(fShaderBuffer.size())) {
H A DSkRegion.cpp1158 if (!validate_run_count(SkToInt(ySpanCount), SkToInt(intervalCount), runCount)) {
H A DSkAAClip.cpp574 skip = SkToInt(stop - yoff - 1);
H A DSkCanvas.cpp1991 r.set(pts, SkToInt(count));
/external/skqp/src/svg/
H A DSkSVGDevice.cpp645 path.addPoly(pts, SkToInt(count), false);
/external/skqp/tests/
H A DTextBlobTest.cpp363 paint, glyphCount, 0, 0, SkToInt(strlen(text2)), SkString(), nullptr);
H A DPathTest.cpp1024 path.addPoly(pts, SkToInt(count), SkToBool(doClose));
2080 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2090 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2101 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2111 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2123 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2380 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2396 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2413 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2429 for (index = 1; index < SkToInt(SK_ARRAY_COUN
[all...]
/external/skia/tests/
H A DPathTest.cpp1024 path.addPoly(pts, SkToInt(count), SkToBool(doClose));
2080 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2090 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2101 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2111 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2123 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2380 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2396 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2413 for (index = 1; index < SkToInt(SK_ARRAY_COUNT(r1)); ++index) {
2429 for (index = 1; index < SkToInt(SK_ARRAY_COUN
[all...]
/external/skia/src/core/
H A DSkRegion.cpp1158 if (!validate_run_count(SkToInt(ySpanCount), SkToInt(intervalCount), runCount)) {
H A DSkAAClip.cpp574 skip = SkToInt(stop - yoff - 1);
H A DSkCanvas.cpp2014 r.set(pts, SkToInt(count));
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp3582 length = SkToInt(vshaderTxt.size());
3594 length = SkToInt(fshaderTxt.size());
3741 length = SkToInt(vshaderTxt.size());
3753 length = SkToInt(fshaderTxt.size());
3816 length = SkToInt(vshaderTxt.size());
3828 length = SkToInt(fshaderTxt.size());
3931 length = SkToInt(vshaderTxt.size());
3941 length = SkToInt(fshaderTxt.size());
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp3603 length = SkToInt(vshaderTxt.size());
3615 length = SkToInt(fshaderTxt.size());
3762 length = SkToInt(vshaderTxt.size());
3774 length = SkToInt(fshaderTxt.size());
3837 length = SkToInt(vshaderTxt.size());
3849 length = SkToInt(fshaderTxt.size());
3952 length = SkToInt(vshaderTxt.size());
3962 length = SkToInt(fshaderTxt.size());
/external/skqp/src/gpu/text/
H A DGrAtlasTextContext.cpp730 bigFallbackTxt.append(SkToInt(text - lastText), lastText);
738 fallbackTxt.append(SkToInt(text - lastText), lastText);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1241 int utf16count = SkToInt(sourceByteCount / sizeof(uint16_t));
1259 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar));
1281 return SkToInt(glyph) < glyphToUnicode.count() ? glyphToUnicode[SkToInt(glyph)] : -1;
1439 SkASSERT(glyphCount == SkToInt(sourceByteCount / sizeof(SkGlyphID)));
1447 SkASSERT(glyphCount == SkToInt(sourceByteCount / sizeof(SkGlyphID)));
/external/skqp/src/pdf/
H A DSkPDFDevice.cpp1241 int utf16count = SkToInt(sourceByteCount / sizeof(uint16_t));
1259 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar));
1281 return SkToInt(glyph) < glyphToUnicode.count() ? glyphToUnicode[SkToInt(glyph)] : -1;
1439 SkASSERT(glyphCount == SkToInt(sourceByteCount / sizeof(SkGlyphID)));
1447 SkASSERT(glyphCount == SkToInt(sourceByteCount / sizeof(SkGlyphID)));
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp516 glyphToUnicode->setCount(SkToInt(numGlyphs));
1550 if (!coordinates || coordinateCount < SkToInt(variations->num_axis)) {
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp516 glyphToUnicode->setCount(SkToInt(numGlyphs));
1543 if (!coordinates || coordinateCount < SkToInt(variations->num_axis)) {
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp894 *params = SkToInt(buffer->getSize());
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp888 *params = SkToInt(buffer->getSize());
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.cpp805 fallbackTextHelper.appendText(glyph, SkToInt(text - lastText), lastText, glyphPos);
/external/skia/src/utils/
H A DSkLua.cpp1582 int corner = SkToInt(lua_tointeger(L, 2));
/external/skia/src/xps/
H A DSkXPSDevice.cpp1988 return SkToInt(byteLength / 2);
/external/skqp/src/utils/
H A DSkLua.cpp1582 int corner = SkToInt(lua_tointeger(L, 2));
/external/skqp/src/xps/
H A DSkXPSDevice.cpp1988 return SkToInt(byteLength / 2);

Completed in 454 milliseconds

12345