Home
last modified time | relevance | path

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

123

/frameworks/base/libs/hwui/jni/
DPathEffect.cpp43 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor()
51 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase, in OneD_constructor()
57 SkPathEffect* effect = SkCornerPathEffect::Make(radius).release(); in Corner_constructor()
63 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor()
DBitmap.cpp271 SkImageInfo srcInfo = SkImageInfo::Make( in SetPixels()
316 bitmap.setInfo(SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType, in Bitmap_creator()
463 bitmap->bitmap().reconfigure(SkImageInfo::Make(width, height, colorType, alphaType, in Bitmap_reconfigure()
815 auto imageInfo = SkImageInfo::Make(width, height, colorType, alphaType, colorSpace); in Bitmap_createFromParcel()
1019 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getPixel()
1032 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getColor()
1047 SkImageInfo dstInfo = SkImageInfo::Make( in Bitmap_getPixels()
1064 SkImageInfo srcInfo = SkImageInfo::Make( in Bitmap_setPixel()
DBitmapFactory.cpp354 const SkImageInfo decodeInfo = SkImageInfo::Make(size.width(), size.height(), in doDecode()
517 std::unique_ptr<SkStreamRewindable> bufferedStream(skia::FrontBufferedStream::Make( in nativeDecodeStream()
572 std::unique_ptr<SkStreamRewindable> stream(skia::FrontBufferedStream::Make( in nativeDecodeFileDescriptor()
/frameworks/base/libs/hwui/tests/unit/
DSkiaCanvasTests.cpp39 paint.setLooper(BlurDrawLooper::Make({0, 0, 0, 240.0f / 255}, nullptr, 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.cpp31 SkImageInfo info = SkImageInfo::Make(width, height, kN32_SkColorType, kPremul_SkAlphaType); in createSkBitmap()
/frameworks/base/libs/hwui/tests/common/scenes/
DSimpleGradientAnimation.cpp53 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
DSimpleColorMatrixAnimation.cpp67 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()
DRenderNodeDrawable.cpp229 SkIPoint offset = SkIPoint::Make(0.0f, 0.0f); in drawContent()
294 canvas->drawImageRect(snapshotImage, SkRect::Make(srcBounds), in drawContent()
295 SkRect::Make(dstBounds), sampling, &paint, in drawContent()
326 canvas->drawRect(SkRect::Make(dstBounds), paint); in drawContent()
DStretchMask.cpp38 SkImageInfo::Make( in draw()
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp40 return SkColorSpace::Make(*encodedProfile); in getDefaultColorSpace()
90 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize()
194 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo()
324 auto rect = SkRect::Make(info.fFrameRect); in getCurrentFrameInfo()
397 const auto decodeInfo = SkImageInfo::Make(mDecodeSize, mOutColorType, getOutAlphaType(), in decode()
DBlurDrawLooper.h29 static sk_sp<BlurDrawLooper> Make(SkColor4f, SkColorSpace*, float blurSigma, SkPoint offset);
DBlurDrawLooper.cpp35 sk_sp<BlurDrawLooper> BlurDrawLooper::Make(SkColor4f color, SkColorSpace* cs, float blurSigma, in Make() function in android::BlurDrawLooper
/frameworks/base/packages/CtsShim/
DAndroid.bp35 // Make sure the build system doesn't try to resign the APK
73 // Make sure the build system doesn't try to resign the APK
/frameworks/av/services/mediacodec/registrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp128 C2ParamField::Make(usageInfo, usageInfo.usage)), in invokeH2C2ComponentStore()
130 C2ParamField::Make(usageInfo, usageInfo.capacity)), in invokeH2C2ComponentStore()
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h42 SkImageInfo info = SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType); in allocateHardwareBitmap()
DTestUtils.h145 SkImageInfo info = SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType);
150 SkImageInfo info = SkImageInfo::Make(width, height, kN32_SkColorType, kPremul_SkAlphaType); in createBitmap()
/frameworks/base/libs/hwui/
DReadback.cpp94 SkISize imageWH = SkISize::Make(description.width, description.height); in copySurfaceInto()
98 imageWH = SkISize::Make(cropRect.right - cropRect.left, cropRect.bottom - cropRect.top); in copySurfaceInto()
181 const SkRect imageDstRect = SkRect::Make(imageWH); in copySurfaceInto()
/frameworks/base/packages/SystemUI/compose/core/tests/
DAndroid.bp24 // TODO(b/230606318): Make those host tests instead of device tests.
/frameworks/base/lowpan/tests/
DAndroid.bp15 // Make test APK
/frameworks/base/packages/SystemUI/compose/features/tests/
DAndroid.bp24 // TODO(b/230606318): Make those host tests instead of device tests.
/frameworks/libs/native_bridge_support/vdso/
DAndroid.bp39 // Make sure we do not drag any dependencies for vdso library (-Wl,--exclude-libs,ALL)
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.cpp118 return inverse.mapRect(SkRect::Make(bounds)); in getClipBounds()
/frameworks/base/test-runner/
DAndroid.bp82 // Make the current.txt available for use by the cts/tests/signature tests.

123