Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp46 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor()
54 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase, in OneD_constructor()
60 SkPathEffect* effect = SkCornerPathEffect::Make(radius).release(); in Corner_constructor()
66 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor()
DBitmap.cpp315 SkImageInfo srcInfo = SkImageInfo::Make( in SetPixels()
360 bitmap.setInfo(SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType, in Bitmap_creator()
507 bitmap->bitmap().reconfigure(SkImageInfo::Make(width, height, colorType, alphaType, in Bitmap_reconfigure()
710 if (!bitmap->setInfo(SkImageInfo::Make(width, height, colorType, alphaType, colorSpace), in Bitmap_createFromParcel()
944 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getPixel()
957 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getColor()
972 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getPixels()
989 SkImageInfo srcInfo = SkImageInfo::Make( in Bitmap_setPixel()
DBitmapFactory.cpp363 const SkImageInfo decodeInfo = SkImageInfo::Make(size.width(), size.height(), in doDecode()
526 SkFrontBufferedStream::Make(std::move(stream), SkCodec::MinBufferedBytesNeeded())); in nativeDecodeStream()
578 std::unique_ptr<SkStreamRewindable> stream(SkFrontBufferedStream::Make(std::move(fileStream), in nativeDecodeFileDescriptor()
DPath.cpp252 segmentPoints.push_back(SkPoint::Make(0, 0)); in addLine()
277 return SkPoint::Make(x, y); in cubicBezierCalculation()
288 return SkPoint::Make(x, y); in quadraticBezierCalculation()
/frameworks/base/libs/hwui/tests/unit/
DSkiaCanvasTests.cpp39 paint.setLooper(SkBlurDrawLooper::Make(0xF0000000, 6.0f, 0, 10)); in TEST()
50 SkImageInfo adobeInfo = SkImageInfo::Make(1, 1, kN32_SkColorType, kOpaque_SkAlphaType, adobe); in TEST()
87 SkImageInfo info = SkImageInfo::Make(1, 1, kN32_SkColorType, kOpaque_SkAlphaType); in TEST()
DSkiaBehaviorTests.cpp32 SkImageInfo info = SkImageInfo::Make(width, height, kN32_SkColorType, kPremul_SkAlphaType); in createSkBitmap()
89 sk_sp<SkDrawLooper> looper = SkBlurDrawLooper::Make(SK_ColorRED, 5.0f, 3.0f, 4.0f); in TEST()
/frameworks/base/libs/hwui/tests/common/scenes/
DSimpleGradientAnimation.cpp53 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
DSimpleColorMatrixAnimation.cpp75 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
DReadbackFromHardwareBitmap.cpp29 SkImageInfo info = SkImageInfo::Make(400, 400, kN32_SkColorType, kPremul_SkAlphaType); in createHardwareBitmap()
/frameworks/base/libs/hwui/pipeline/skia/
DReorderBarrierDrawables.cpp196 SkPoint3 skiaLightPos = SkPoint3::Make(lightPos.x, lightPos.y, lightPos.z); in drawShadow()
202 zParams = SkPoint3::Make(zMatrix[2], zMatrix[6], zMatrix[mat4::kTranslateZ]); in drawShadow()
204 zParams = SkPoint3::Make(0, 0, casterProperties.getZ()); in drawShadow()
DGLFunctorDrawable.cpp71 *outFboSize = SkISize::Make(renderTargetContext->width(), renderTargetContext->height()); in GetFboDetails()
116 fboSize = SkISize::Make(surfaceInfo.width(), surfaceInfo.height()); in onDraw()
DSkiaDisplayList.cpp75 return SkRect::Make(screenSize).intersects(SkRect::MakeLTRB(minX, minY, maxX, maxY)); in intersects()
DSkiaPipeline.cpp167 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, getSurfaceColorType(), in createOrUpdateLayer()
503 paint.setColorFilter(SkOverdrawColorFilter::Make(colors)); in renderOverdraw()
/frameworks/base/packages/CtsShim/
DAndroid.bp26 // Make sure the build system doesn't try to resign the APK
63 // Make sure the build system doesn't try to resign the APK
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h42 SkImageInfo info = SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType); in allocateHardwareBitmap()
DTestUtils.h146 SkImageInfo info = SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType);
151 SkImageInfo info = SkImageInfo::Make(width, height, kN32_SkColorType, kPremul_SkAlphaType); in createBitmap()
DTestUtils.cpp162 return SkRect::Make(canvas->getDeviceClipBounds()); in getClipBounds()
/frameworks/base/lowpan/tests/
DAndroid.bp15 // Make test APK
/frameworks/base/test-mock/
DAndroid.bp43 // Make the current.txt available for use by the cts/tests/signature tests.
/frameworks/libs/native_bridge_support/vdso/
DAndroid.bp35 // Make sure we do not drag any dependencies for vdso library (-Wl,--exclude-libs,ALL)
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp215 windowInfo.size = SkISize::Make(caps.currentExtent.width, caps.currentExtent.height); in Create()
217 const SkISize minSize = SkISize::Make(caps.minImageExtent.width, caps.minImageExtent.height); in Create()
218 const SkISize maxSize = SkISize::Make(caps.maxImageExtent.width, caps.maxImageExtent.height); in Create()
/frameworks/base/libs/hwui/
DCanvasTransform.cpp144 … paint->setColorFilter(SkHighContrastFilter::Make(config)->makeComposed(paint->refColorFilter())); in transformPaint()
/frameworks/opt/net/wifi/service/
DAndroid.bp30 // Make the JNI part
/frameworks/base/test-runner/
DAndroid.bp90 // Make the current.txt available for use by the cts/tests/signature tests.
/frameworks/base/test-base/
DAndroid.bp100 // Make the current.txt available for use by the cts/tests/signature tests.

123