Searched refs:SkToInt (Results 101 - 125 of 125) sorted by relevance
12345
/external/skqp/src/core/ |
H A D | SkRasterPipelineBlitter.cpp | 295 if (w > SkToInt(fShaderBuffer.size())) {
|
H A D | SkRegion.cpp | 1158 if (!validate_run_count(SkToInt(ySpanCount), SkToInt(intervalCount), runCount)) {
|
H A D | SkAAClip.cpp | 574 skip = SkToInt(stop - yoff - 1);
|
H A D | SkCanvas.cpp | 1991 r.set(pts, SkToInt(count));
|
/external/skqp/src/svg/ |
H A D | SkSVGDevice.cpp | 645 path.addPoly(pts, SkToInt(count), false);
|
/external/skqp/tests/ |
H A D | TextBlobTest.cpp | 363 paint, glyphCount, 0, 0, SkToInt(strlen(text2)), SkString(), nullptr);
|
H A D | PathTest.cpp | 1024 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 D | PathTest.cpp | 1024 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 D | SkRegion.cpp | 1158 if (!validate_run_count(SkToInt(ySpanCount), SkToInt(intervalCount), runCount)) {
|
H A D | SkAAClip.cpp | 574 skip = SkToInt(stop - yoff - 1);
|
H A D | SkCanvas.cpp | 2014 r.set(pts, SkToInt(count));
|
/external/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 3582 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 D | GrGLGpu.cpp | 3603 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 D | GrAtlasTextContext.cpp | 730 bigFallbackTxt.append(SkToInt(text - lastText), lastText); 738 fallbackTxt.append(SkToInt(text - lastText), lastText);
|
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 1241 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 D | SkPDFDevice.cpp | 1241 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 D | SkFontHost_FreeType.cpp | 516 glyphToUnicode->setCount(SkToInt(numGlyphs)); 1550 if (!coordinates || coordinateCount < SkToInt(variations->num_axis)) {
|
/external/skqp/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 516 glyphToUnicode->setCount(SkToInt(numGlyphs)); 1543 if (!coordinates || coordinateCount < SkToInt(variations->num_axis)) {
|
/external/skia/tools/gpu/gl/debug/ |
H A D | DebugGLTestContext.cpp | 894 *params = SkToInt(buffer->getSize());
|
/external/skqp/tools/gpu/gl/debug/ |
H A D | DebugGLTestContext.cpp | 888 *params = SkToInt(buffer->getSize());
|
/external/skia/src/gpu/text/ |
H A D | GrAtlasTextContext.cpp | 805 fallbackTextHelper.appendText(glyph, SkToInt(text - lastText), lastText, glyphPos);
|
/external/skia/src/utils/ |
H A D | SkLua.cpp | 1582 int corner = SkToInt(lua_tointeger(L, 2));
|
/external/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1988 return SkToInt(byteLength / 2);
|
/external/skqp/src/utils/ |
H A D | SkLua.cpp | 1582 int corner = SkToInt(lua_tointeger(L, 2));
|
/external/skqp/src/xps/ |
H A D | SkXPSDevice.cpp | 1988 return SkToInt(byteLength / 2);
|
Completed in 454 milliseconds
12345