/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceProvider.cpp | 119 recycleShaderView( const GrD3DDescriptorHeap::CPUHandle& view) recycleShaderView() argument
|
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixConvolutionEffect.cpp | 105 GrSurfaceProxyView view; in Make() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | SoftwarePathRenderer.cpp | 321 GrSurfaceProxyView view; in onDrawPath() local 197 DrawToTargetWithShapeMask( GrSurfaceProxyView view, SurfaceDrawContext* sdc, GrPaint&& paint, const GrUserStencilSettings& userStencilSettings, const GrClip* clip, const SkMatrix& viewMatrix, const SkIPoint& textureOriginInDeviceSpace, const SkIRect& deviceSpaceRectToDraw) DrawToTargetWithShapeMask() argument [all...] |
H A D | FillRectOp.cpp | 476 MakeNonAARect(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& view, const SkRect& rect, const GrUserStencilSettings* stencil) MakeNonAARect() argument
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 224 static bool save_pixels(GrDirectContext* dContext, GrSurfaceProxyView view, GrColorType colorType, argument
|
/third_party/skia/src/core/ |
H A D | SkMaskFilter.cpp | 362 GrSurfaceProxyView SkMaskFilterBase::filterMaskGPUNoxFormed(GrRecordingContext*, GrSurfaceProxyView view, in filterMaskGPUNoxFormed() argument 348 filterMaskGPU(GrRecordingContext*, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, const SkMatrix& ctm, const SkIRect& maskRect) const filterMaskGPU() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.cpp | 627 write_input_desc_set(GrVkGpu* gpu, VkImageView view, VkImageLayout layout, VkDescriptorSet descSet) write_input_desc_set() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | GlitchActivity.java | 272 public void onStartAudioTest(View view) throws IOException { in onStartAudioTest() argument 287 public void onCancel(View view) { in onCancel() argument 293 public void onStopAudioTest(View view) { in onStopAudioTest() argument
|
H A D | RoundTripLatencyActivity.java | 352 public void onMeasure(View view) { in onMeasure() argument 384 public void onAverage(View view) { in onAverage() argument 388 public void onCancel(View view) { in onCancel() argument
|
H A D | StreamConfigurationView.java | 283 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument 295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected() argument 308 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument 320 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument 334 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument 347 public void onItemSelected(AdapterView<?> parent, View view, in argument 362 onItemSelected(AdapterView<?> parent, View view, int pos, long id) onItemSelected() argument [all...] |
H A D | TestDisconnectActivity.java | 209 public void onCancel(View view) { in onCancel() argument 215 public void onStopAudioTest(View view) { in onStopAudioTest() argument 221 public void onStartDisconnectTest(View view) { in onStartDisconnectTest() argument 228 public void onStopDisconnectTest(View view) { in onStopDisconnectTest() argument 241 public void onFailTest(View view) { in onFailTest() argument 245 public void onSkipTest(View view) { in onSkipTest() argument 250 public void onShareResult(View view) { in onShareResult() argument [all...] |
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 402 GrSurfaceProxyView view; in asFragmentProcessor() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 357 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view) { in SingleAspectUsedByImageCopyTexture() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPassDescriptorValidationTests.cpp | 920 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local 930 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local 940 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local 950 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local [all...] |
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieAnimation.java | 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 309 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetView() local 293 SetView( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetView() argument 312 SetViewNew( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetViewNew() argument 323 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); SetViewNew() local 327 AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width, int32_t height, uint32_t windowId) AttachView() argument [all...] |
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize() local
|
H A D | ace_ability.cpp | 328 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_functions.cpp | 622 JSView* view = obj->Unwrap<JSView>(); in Destroy() local 647 JSView* view = obj->Unwrap<JSView>(); in Destroy() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
H A D | custom_test_ng.cpp | 105 RefPtr<AceType> view; in HWTEST_F() local 152 RefPtr<AceType> view; in HWTEST_F() local 200 RefPtr<AceType> view; in HWTEST_F() local 318 RefPtr<AceType> view; HWTEST_F() local 375 RefPtr<AceType> view; HWTEST_F() local 437 RefPtr<AceType> view; HWTEST_F() local 493 RefPtr<AceType> view; HWTEST_F() local 862 RefPtr<AceType> view; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 260 void RootView::RemoveViewFromInvalidMap(UIView* view) in RemoveViewFromInvalidMap() argument 449 AddInvalidateRect(Rect& rect, UIView* view) AddInvalidateRect() argument 466 AddInvalidateRectWithLock(Rect& rect, UIView* view) AddInvalidateRectWithLock() argument 492 MeasureView(UIView* view) MeasureView() argument 627 DrawTop(UIView* view, const Rect& rect) Render() argument [all...] |
H A D | ui_arc_label.cpp | 30 ArcLabelAnimator(uint16_t rollCount, UIView* view) in ArcLabelAnimator() argument 68 CalculatedOffsetAngle(view); variable 92 void CalculatedOffsetAngle(UIView* view) in CalculatedOffsetAngle() argument
|
H A D | ui_list.cpp | 112 UIView* view = GetView(index); in FillActiveView() local 128 UIView* view = GetView(index); in FillActiveView() local 183 UIView* view = GetChildrenHead(); in ~UIList() local 561 PushBack(UIView* view) PushBack() argument 581 PushFront(UIView* view) PushFront() argument 600 PopItem(UIView* view) PopItem() argument 616 SetHead(UIView* view) SetHead() argument 627 UIView* view = GetChildrenHead(); MoveChildByOffset() local [all...] |
H A D | ui_edit_text.cpp | 30 explicit CursorAnimator(UIEditText* view) : Animator(this, view, 0, true), editText_(view) {} in CursorAnimator() argument
|
H A D | ui_image_view.cpp | 34 GifImageAnimator(UIView* view, const char* src) in GifImageAnimator() argument 117 void GifImageAnimator::Callback(UIView* view) in Callback() argument
|