/frameworks/base/libs/hwui/jni/ |
D | PathEffect.cpp | 39 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor() 47 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase, in OneD_constructor() 53 SkPathEffect* effect = SkCornerPathEffect::Make(radius).release(); in Corner_constructor() 59 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor()
|
D | MeshSpecification.cpp | 72 static jlong Make(JNIEnv* env, jobject thiz, jobjectArray attributeArray, jint vertexStride, in Make() function 78 auto meshSpecResult = SkMeshSpecification::Make(attributes, vertexStride, varyings, in Make() 95 auto meshSpecResult = SkMeshSpecification::Make( in MakeWithCS() 113 auto meshSpecResult = SkMeshSpecification::Make( in MakeWithAlpha() 139 (void*)Make},
|
D | BitmapRegionDecoder.cpp | 43 static std::unique_ptr<BitmapRegionDecoderWrapper> Make(sk_sp<SkData> data) { in Make() function in android::BitmapRegionDecoderWrapper 45 skia::BitmapRegionDecoder::Make(std::move(data)); in Make() 64 gainmapBRD = skia::BitmapRegionDecoder::Make(std::move(data)); in Make() 109 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(SkImageInfo::Make( in decodeGainmapRegion() 167 auto brd = android::BitmapRegionDecoderWrapper::Make(std::move(data)); in createBitmapRegionDecoder()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaCanvasTests.cpp | 49 paint.setLooper(BlurDrawLooper::Make({0, 0, 0, 240.0f / 255}, nullptr, 6.0f, {0, 10})); in TEST() 60 SkImageInfo adobeInfo = SkImageInfo::Make(1, 1, kN32_SkColorType, kOpaque_SkAlphaType, adobe); in TEST() 97 SkImageInfo info = SkImageInfo::Make(1, 1, kN32_SkColorType, kOpaque_SkAlphaType); in TEST()
|
/frameworks/base/core/java/android/window/flags/ |
D | windowing_frontend.aconfig | 7 description: "Make nav bar color transparent by default when targeting SDK 35 or greater" 24 description: "Make the buffer content of notification shade synchronize with display switch" 34 description: "Make app go edge-to-edge by default when targeting SDK 35 or greater" 42 description: "Make app go edge-to-edge when targeting SDK level 35 or greater"
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | SimpleGradientAnimation.cpp | 54 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
|
D | SimpleColorMatrixAnimation.cpp | 69 SkPoint pts[] = {SkPoint::Make(0, 0), SkPoint::Make(width, height)}; in createCard()
|
D | ReadbackFromHardwareBitmap.cpp | 35 SkImageInfo info = SkImageInfo::Make(400, 400, kN32_SkColorType, kPremul_SkAlphaType); in createHardwareBitmap()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ReorderBarrierDrawables.cpp | 202 SkPoint3 skiaLightPos = SkPoint3::Make(lightPos.x, lightPos.y, lightPos.z); in drawShadow() 208 zParams = SkPoint3::Make(zMatrix[2], zMatrix[6], zMatrix[mat4::kTranslateZ]); in drawShadow() 210 zParams = SkPoint3::Make(0, 0, casterProperties.getZ()); in drawShadow()
|
D | SkiaCpuPipeline.cpp | 61 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, getSurfaceColorType(), in createOrUpdateLayer() 119 SkImageInfo::Make(width, height, mSurfaceColorType, in setSurface()
|
D | RenderNodeDrawable.cpp | 240 SkIPoint offset = SkIPoint::Make(0.0f, 0.0f); in drawContent() 316 canvas->drawImageRect(snapshotImage, SkRect::Make(srcBounds), in drawContent() 317 SkRect::Make(dstBounds), sampling, &paint, in drawContent() 348 canvas->drawRect(SkRect::Make(dstBounds), paint); in drawContent()
|
D | StretchMask.cpp | 39 mMaskSurface = canvas->makeSurface(SkImageInfo::Make( in draw()
|
/frameworks/base/core/java/android/app/ondeviceintelligence/flags/ |
D | ondevice_intelligence.aconfig | 8 description: "Make methods on OnDeviceIntelligenceManager available for local inference."
|
/frameworks/base/core/java/android/text/flags/ |
D | flags.aconfig | 17 # Make read only, as it could be used before the Settings provider is initialized. 49 # Make read only, as font loading is in the critical boot path which happens before the read-write 59 # Make read only, as font loading is in the critical boot path which happens before the read-write 138 # Make read only, as it could be used before the Settings provider is initialized.
|
/frameworks/base/libs/hwui/hwui/ |
D | ImageDecoder.cpp | 57 return SkColorSpace::Make(*encodedProfile); in getDefaultColorSpace() 107 auto info = SkImageInfo::Make(width, height, mOutColorType, getOutAlphaType()); in setTargetSize() 211 return SkImageInfo::Make(size, mOutColorType, getOutAlphaType(), getOutputColorSpace()); in getOutputInfo() 341 auto rect = SkRect::Make(info.fFrameRect); in getCurrentFrameInfo() 414 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 | 37 sk_sp<BlurDrawLooper> BlurDrawLooper::Make(SkColor4f color, SkColorSpace* cs, float blurSigma, in Make() function in android::BlurDrawLooper
|
/frameworks/base/libs/hwui/ |
D | CanvasTransform.cpp | 84 auto filter = SkHighContrastFilter::Make( in applyColorTransform() 164 … paint->setColorFilter(SkHighContrastFilter::Make(config)->makeComposed(paint->refColorFilter())); in transformPaint()
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | SkiaCapture.cpp | 140 SkRect::Make(state->offscreenRecorder->getRecordingCanvas()->imageInfo().dimensions()); in endOffscreenCapture() 199 mMultiPic = SkMultiPictureDocument::Make( in setupMultiFrameCapture()
|
/frameworks/base/libs/hwui/effects/ |
D | GainmapRenderer.cpp | 87 SkGainmapShader::Make(image, src, sampling, gainmapImage, gainmapSrc, sampling, in DrawGainmapBitmap() 285 static sk_sp<SkShader> Make(const sk_sp<const SkImage>& image, in Make() function in android::uirenderer::DeferredGainmapShader 305 return DeferredGainmapShader::Make(image, gainmapImage, gainmapInfo, tileModeX, tileModeY, in MakeGainmapShader()
|
/frameworks/base/packages/CtsShim/ |
D | Android.bp | 35 // Make sure the build system doesn't try to resign the APK 76 // Make sure the build system doesn't try to resign the APK
|
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 149 C2ParamField::Make(usageInfo, usageInfo.usage)), in invokeH2C2ComponentStore() 151 C2ParamField::Make(usageInfo, usageInfo.capacity)), in invokeH2C2ComponentStore()
|
/frameworks/base/core/java/android/os/vibrator/ |
D | flags.aconfig | 15 # Make read only. This is because the flag is used only once, and this could happen before
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaRenderEngine.cpp | 239 return SkPoint3::Make(vector.x, vector.y, vector.z); in getSkPoint3() 635 const SkVector radii[4] = {SkVector::Make(region.cornerRadiusTL, region.cornerRadiusTL), in getBlurRRect() 636 SkVector::Make(region.cornerRadiusTR, region.cornerRadiusTR), in getBlurRRect() 637 SkVector::Make(region.cornerRadiusBR, region.cornerRadiusBR), in getBlurRRect() 638 SkVector::Make(region.cornerRadiusBL, region.cornerRadiusBL)}; in getBlurRRect() 801 dstCanvas->drawAnnotation(SkRect::Make(dstCanvas->imageInfo().dimensions()), in drawLayersInternal() 856 if (!blurRect.intersect(SkRect::Make(canvas->getDeviceClipBounds()))) { in drawLayersInternal() 1193 SkShadowUtils::DrawShadow(canvas, SkPath::RRect(casterRRect), SkPoint3::Make(0, 0, casterZ), in drawShadow()
|
/frameworks/base/core/java/android/security/ |
D | responsible_apis_flags.aconfig | 38 description: "Make delivered intents match components' intent filters"
|