Searched defs:drawSize (Results 1 - 11 of 11) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_layout_algorithm.cpp | 45 auto drawSize = SizeF(frameWidth, rootLayerHeight); in Measure() local
|
| H A D | web_pattern.cpp | 2218 Size drawSize = Size(1, 1); in OnDirtyLayoutWrapperSwap() local 2291 auto drawSize in BeforeSyncGeometryProperties() local 2946 auto drawSize = Size(1, 1); OnModifyDone() local 2950 auto drawSize = Size(1, 1); OnModifyDone() local 3142 Size drawSize = Size(width, height); InitInOfflineMode() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| H A D | xcomponent_controller_ng.cpp | 45 auto drawSize = pattern->GetDrawSize(); in GetSize() local
|
| H A D | xcomponent_model_ng.cpp | 365 auto drawSize = xcPattern->GetDrawSize(); in GetXComponentSurfaceWidth() local 373 auto drawSize = xcPattern->GetDrawSize(); in GetXComponentSurfaceHeight() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_test.cpp | 258 auto drawSize = Size(CONTRNT_WIDTH_SIZE, CONTRNT_HEIGHT_SIZE); in HWTEST_F() local
|
| H A D | mock_web_delegate.cpp | 969 void WebDelegate::SetDrawSize(const Size& drawSize) {} in SetDrawSize() argument 975 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) {} in SetBoundsOrResize() argument 981 Size WebDelegate::GetEnhanceSurfaceSize(const Size& drawSize) in GetEnhanceSurfaceSize() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TransformFeedbackTest.cpp | 1052 const size_t drawSize = 1024; in TEST_P() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| H A D | web_pattern.cpp | 418 auto drawSize = Size(geometryNode->GetContentSize().Width(), geometryNode->GetContentSize().Height()); in OnDirtyLayoutWrapperSwap() local
|
| H A D | web_delegate_cross.cpp | 1699 void WebDelegateCross::SetBoundsOrResize(const Size& drawSize, const Offset& offset) in SetBoundsOrResize() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | FramebufferGL.cpp | 63 gl::Extents drawSize = destFramebuffer->getExtents(); in GetBlitFramebufferBounds() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_delegate.cpp | 6029 void WebDelegate::SetDrawSize(const Size& drawSize) in SetDrawSize() argument 6044 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) in SetBoundsOrResize() argument 6095 GetEnhanceSurfaceSize(const Size& drawSize) GetEnhanceSurfaceSize() argument [all...] |
Completed in 35 milliseconds