/frameworks/base/libs/hwui/jni/ |
D | PathEffect.cpp | 43 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()
|
D | Bitmap.cpp | 271 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()
|
D | BitmapFactory.cpp | 354 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/ |
D | SkiaCanvasTests.cpp | 39 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()
|
D | SkiaBehaviorTests.cpp | 31 SkImageInfo info = SkImageInfo::Make(width, height, kN32_SkColorType, kPremul_SkAlphaType); in createSkBitmap()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | SimpleGradientAnimation.cpp | 53 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
|
D | SimpleColorMatrixAnimation.cpp | 67 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
|
D | ReadbackFromHardwareBitmap.cpp | 29 SkImageInfo info = SkImageInfo::Make(400, 400, kN32_SkColorType, kPremul_SkAlphaType); in createHardwareBitmap()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ReorderBarrierDrawables.cpp | 196 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()
|
D | RenderNodeDrawable.cpp | 229 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()
|
D | StretchMask.cpp | 38 SkImageInfo::Make( in draw()
|
/frameworks/base/libs/hwui/hwui/ |
D | ImageDecoder.cpp | 40 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()
|
D | BlurDrawLooper.h | 29 static sk_sp<BlurDrawLooper> Make(SkColor4f, SkColorSpace*, float blurSigma, SkPoint offset);
|
D | BlurDrawLooper.cpp | 35 sk_sp<BlurDrawLooper> BlurDrawLooper::Make(SkColor4f color, SkColorSpace* cs, float blurSigma, in Make() function in android::BlurDrawLooper
|
/frameworks/base/packages/CtsShim/ |
D | Android.bp | 35 // 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/ |
D | codecServiceRegistrant_fuzzer.cpp | 128 C2ParamField::Make(usageInfo, usageInfo.usage)), in invokeH2C2ComponentStore() 130 C2ParamField::Make(usageInfo, usageInfo.capacity)), in invokeH2C2ComponentStore()
|
/frameworks/base/libs/hwui/tests/common/ |
D | BitmapAllocationTestUtils.h | 42 SkImageInfo info = SkImageInfo::Make(width, height, colorType, kPremul_SkAlphaType); in allocateHardwareBitmap()
|
D | TestUtils.h | 145 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/ |
D | Readback.cpp | 94 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/ |
D | Android.bp | 24 // TODO(b/230606318): Make those host tests instead of device tests.
|
/frameworks/base/lowpan/tests/ |
D | Android.bp | 15 // Make test APK
|
/frameworks/base/packages/SystemUI/compose/features/tests/ |
D | Android.bp | 24 // TODO(b/230606318): Make those host tests instead of device tests.
|
/frameworks/libs/native_bridge_support/vdso/ |
D | Android.bp | 39 // Make sure we do not drag any dependencies for vdso library (-Wl,--exclude-libs,ALL)
|
/frameworks/base/libs/hwui/canvas/ |
D | CanvasFrontend.cpp | 118 return inverse.mapRect(SkRect::Make(bounds)); in getClipBounds()
|
/frameworks/base/test-runner/ |
D | Android.bp | 82 // Make the current.txt available for use by the cts/tests/signature tests.
|