Home
last modified time | relevance | path

Searched refs:py_ (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp182 mp.py_ = static_cast<float>(pointerIterm.GetDisplayY()); in HandleTouchDownEvent()
200 mp.py_ = pointerIterm.GetDisplayY(); in AddSwipePosition()
280 mp.py_ = pointerIterm.GetDisplayY(); in HandleTouchUpEvent()
397 float offsetY = secondP.py_ - firstP.py_; in GetSwipeDirection()
427 newSeparation.py_ = vectorLength * yVector + firstSeparation.py_; in GetPointerPath()
430 float yNextUnitVector = nextPoint.py_ - newSeparation.py_; in GetPointerPath()
446 yVector = nextPoint.py_ in GetPointerPath()
[all...]
H A Daccessibility_multifinger_multitap.cpp592 mp.py_ = static_cast<float>(pointerIterm.GetDisplayY()); in storeBaseDownPoint()
628 mp.py_ = static_cast<float>(pointerIterm.GetDisplayY()); in SaveMoveGesturePointerInfo()
734 int32_t dy = static_cast<int32_t>(path[routerIndex + 1].py_ - path[routerIndex].py_); in recognizeGesturePath()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h50 float py_; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1266 : DrawWithPaintOpItem(cmdList, handle->paintHandle, BITMAP_OPITEM), px_(handle->px), py_(handle->py) in DrawBitmapOpItem()
1284 cmdList.AddOp<ConstructorHandle>(bitmapHandle, px_, py_, paintHandle); in Marshalling()
1294 canvas->DrawBitmap(*bitmap_, px_, py_); in Playback()
1299 out += " px:" + std::to_string(px_) + " py:" + std::to_string(py_); in DumpItems()
1311 : DrawWithPaintOpItem(cmdList, handle->paintHandle, IMAGE_OPITEM), px_(handle->px), py_(handle->py), in DrawImageOpItem()
1333 cmdList.AddOp<ConstructorHandle>(imageHandle, px_, py_, samplingOptions_, paintHandle); in Marshalling()
1343 canvas->DrawImage(*image_, px_, py_, samplingOptions_); in Playback()
1348 out += " px:" + std::to_string(px_) + " py:" + std::to_string(py_); in DumpItems()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h756 : DrawWithPaintOpItem(paint, DrawOpItem::BITMAP_OPITEM), px_(px), py_(py), in DrawBitmapOpItem()
767 scalar py_; member in OHOS::Rosen::Drawing::DrawBitmapOpItem
787 const Paint& paint) : DrawWithPaintOpItem(paint, DrawOpItem::IMAGE_OPITEM), px_(px), py_(py), in DrawImageOpItem()
798 scalar py_; member in OHOS::Rosen::Drawing::DrawImageOpItem

Completed in 12 milliseconds