Home
last modified time | relevance | path

Searched defs:view (Results 301 - 325 of 546) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp119 recycleShaderView( const GrD3DDescriptorHeap::CPUHandle& view) recycleShaderView() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp105 GrSurfaceProxyView view; in Make() local
[all...]
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp321 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 DFillRectOp.cpp476 MakeNonAARect(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& view, const SkRect& rect, const GrUserStencilSettings* stencil) MakeNonAARect() argument
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp224 static bool save_pixels(GrDirectContext* dContext, GrSurfaceProxyView view, GrColorType colorType, argument
/third_party/skia/src/core/
H A DSkMaskFilter.cpp362 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 DGrVkImage.cpp627 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 DGlitchActivity.java272 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 DRoundTripLatencyActivity.java352 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 DStreamConfigurationView.java283 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 DTestDisconnectActivity.java209 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 DSkPictureShader.cpp402 GrSurfaceProxyView view; in asFragmentProcessor() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp357 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view) { in SingleAspectUsedByImageCopyTexture() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp920 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 DSkottieAnimation.java54 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 Ddialog_container.cpp309 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 Dui_content_impl.cpp391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize() local
H A Dace_ability.cpp328 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp622 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 Dcustom_test_ng.cpp105 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 Droot_view.cpp260 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 Dui_arc_label.cpp30 ArcLabelAnimator(uint16_t rollCount, UIView* view) in ArcLabelAnimator() argument
68 CalculatedOffsetAngle(view); variable
92 void CalculatedOffsetAngle(UIView* view) in CalculatedOffsetAngle() argument
H A Dui_list.cpp112 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 Dui_edit_text.cpp30 explicit CursorAnimator(UIEditText* view) : Animator(this, view, 0, true), editText_(view) {} in CursorAnimator() argument
H A Dui_image_view.cpp34 GifImageAnimator(UIView* view, const char* src) in GifImageAnimator() argument
117 void GifImageAnimator::Callback(UIView* view) in Callback() argument

Completed in 24 milliseconds

1...<<11121314151617181920>>...22