Home
last modified time | relevance | path

Searched refs:bound (Results 1 - 25 of 36) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_drawable_test.cpp157 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
159 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
205 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
207 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
232 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
234 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
262 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
264 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
266 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F()
317 Occlusion::Rect bound( in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.cpp165 bool ConvertRRectFromJs(napi_env env, napi_value jsObject, RRect& bound) in ConvertRRectFromJs() argument
180 bound.rect_.left_ = left; in ConvertRRectFromJs()
188 bound.rect_.top_ = top; in ConvertRRectFromJs()
196 bound.rect_.width_ = width; in ConvertRRectFromJs()
204 bound.rect_.height_ = height; in ConvertRRectFromJs()
212 bound.radius_[0].x_ = static_cast<float>(radius); in ConvertRRectFromJs()
H A Djs_screen_utils.h26 bool ConvertRRectFromJs(napi_env env, napi_value jsObject, RRect& bound);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp71 bool SkiaCanvasAutoCache::OpCanCache(const SkRect& bound) in OpCanCache() argument
85 if ((unionWidth > static_cast<int>(bound.width())) || (unionHeight > static_cast<int>(bound.height()))) { in OpCanCache()
102 ShowDrawResult(bound); in OpCanCache()
208 void SkiaCanvasAutoCache::ShowDrawResult(const SkRect& bound) in ShowDrawResult() argument
213 "bound[%.2f %.2f %.2f %.2f] unionDrawArea[%.2f %.2f %.2f %.2f]" in ShowDrawResult()
217 bound.x(), bound.y(), bound.width(), bound in ShowDrawResult()
[all...]
H A Dskia_canvas_op.h33 virtual bool OpCanCache(const SkRect& bound) in OpCanCache() argument
H A Dskia_canvas_autocache.h34 bool OpCanCache(const SkRect& bound) override;
51 void ShowDrawResult(const SkRect &bound);
H A Dskia_canvas.cpp659 std::shared_ptr<Drawing::OpListHandle> SkiaCanvas::OpCalculateAfter(const Rect& bound) in OpCalculateAfter() argument
668 auto nodeBound = SkRect::MakeLTRB(bound.GetLeft(), bound.GetTop(), bound.GetRight(), bound.GetBottom()); in OpCalculateAfter()
H A Dskia_canvas.h110 std::shared_ptr<Drawing::OpListHandle> OpCalculateAfter(const Rect& bound) override;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_autocache_test.cpp129 SkRect bound; in HWTEST_F() local
130 skiaCanvasAutoCache->ShowDrawResult(bound); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1501 if ((!state.bound) || (state.buffer != buffer)) {
1502 state.bound = true;
1522 state.bound = true;
1558 if (!slot.bound) {
1582 const uint32_t bound = boundSampler_[textureUnit];
1583 return bound ? (bound - 1) : bound;
1592 const uint32_t bound = boundTexture_[textureUnit][targetId];
1593 if (bound
[all...]
H A Ddevice_gles.h359 bool bound { false };
383 bool bound { false };
393 bool bound { false };
397 bool bound { false };
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp162 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
164 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
208 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
210 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
238 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
240 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
291 Occlusion::Rect bound(1, 2, 3, 4); in HWTEST_F()
293 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F()
295 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F()
322 Occlusion::Rect bound( in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_window_manager.cpp98 Rect bound(TOP_X, TOP_Y, BOTTOM_X, BOTTOM_Y); in CreateAccessibilityWindowInfo()
99 info.SetRectInScreen(bound); in CreateAccessibilityWindowInfo()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_window_manager.cpp98 Rect bound(TOP_X, TOP_Y, BOTTOM_X, BOTTOM_Y); in CreateAccessibilityWindowInfo()
99 info.SetRectInScreen(bound); in CreateAccessibilityWindowInfo()
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp48 CRect* CreateCBoundingRects(std::vector<DMRect> &bound) in CreateCBoundingRects() argument
50 int32_t number = static_cast<int32_t>(bound.size()); in CreateCBoundingRects()
57 SetCRect(bound[i], (result + i)); in CreateCBoundingRects()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp458 updates_.bound = rect; in AddUpdateRegion()
464 updates_.bound.Join(updates_.bound, rect); in AddUpdateRegion()
469 updates_.bound.Join(updates_.bound, rect); in AddUpdateRegion()
471 updates_.updates[updates_.num++] = updates_.bound; in AddUpdateRegion()
474 updates_.bound.Join(updates_.bound, rect); in AddUpdateRegion()
H A Dlite_wm.h36 Rect bound; member
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Dinner_capturer_unit_test.cpp121 int16_t bound = 10; in InitBuffer() local
123 signalData[channels * idx] = bound + static_cast<int16_t>(sinf(2.0f * static_cast<float>(M_PI) * idx / in InitBuffer()
124 samplePerChannel) * (SHRT_MAX - bound)); in InitBuffer()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp153 int16_t bound = 10; in InitSignalBuffer() local
155 signalData[channels * idx] = bound + static_cast<int16_t>(sinf(2.0f * static_cast<float>(M_PI) * idx / in InitSignalBuffer()
156 samplePerChannel) * (SHRT_MAX - bound)); in InitSignalBuffer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.h135 * @param bound of the viewport
137 void ClearBack(float bound);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1317 std::shared_ptr<OHOS::NWeb::NWebSelectMenuBound> bound = params->GetSelectMenuBound(); in OnSelectPopupMenu() local
1318 if (bound) { in OnSelectPopupMenu()
1319 Offset leftTop = { bound->GetX() + GetGlobalOffset().GetX(), in OnSelectPopupMenu()
1320 bound->GetY() + GetGlobalOffset().GetY() }; in OnSelectPopupMenu()
1321 Offset rightBottom = { bound->GetX() + GetGlobalOffset().GetX() + bound->GetWidth(), in OnSelectPopupMenu()
1322 bound->GetY() + GetGlobalOffset().GetY() + bound->GetHeight() }; in OnSelectPopupMenu()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp273 Rect bound; in UpdateAccessibilityWindowInfo() local
274 bound.SetLeftTopScreenPostion(windowInfo->windowRect_.posX_, windowInfo->windowRect_.posY_); in UpdateAccessibilityWindowInfo()
276 bound.SetRightBottomScreenPostion(windowInfo->windowRect_.posX_, windowInfo->windowRect_.posY_); in UpdateAccessibilityWindowInfo()
278 bound.SetRightBottomScreenPostion( in UpdateAccessibilityWindowInfo()
282 accWindowInfo.SetRectInScreen(bound); in UpdateAccessibilityWindowInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp324 const int32_t bound = std::min(oldStart, info_->endIndex_); in MeasureOnOffset() local
325 for (int32_t i = info_->startIndex_; i <= bound; ++i) { in MeasureOnOffset()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp294 std::shared_ptr<Drawing::OpListHandle> CoreCanvas::OpCalculateAfter(const Rect& bound) in OpCalculateAfter() argument
296 return impl_->OpCalculateAfter(bound); in OpCalculateAfter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcore_canvas_impl.h116 virtual std::shared_ptr<Drawing::OpListHandle> OpCalculateAfter(const Rect& bound) = 0;

Completed in 22 milliseconds

12