Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp12/frameworks/base/libs/hwui/jni/
H A DGIFMovie.cpp140 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup()
155 if (frame->ImageDesc.Left + copyWidth > width) { in blitInterlace()
156 copyWidth = width - frame->ImageDesc.Left; in blitInterlace()
186 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal()
188 if (frame->ImageDesc.Left + copyWidth > width) { in blitNormal()
189 copyWidth = width - frame->ImageDesc.Left; in blitNormal()
295 if (target->ImageDesc.Left <= covered->ImageDesc.Left in checkIfCover()
296 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
297 target->ImageDesc.Left + target->ImageDesc.Width in checkIfCover()
323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp144 return target.Left <= covered.Left in checkIfCover()
145 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover()
168 if (imageDesc.Left + copyWidth > maxWidth) { in getCopySize()
169 copyWidth = maxWidth - imageDesc.Left; in getCopySize()
281 Color8888* dst = outputPtr + prevFrame.ImageDesc.Left + in drawFrame()
315 Color8888* dst = outputPtr + frame.ImageDesc.Left + in drawFrame()
/aosp12/frameworks/native/libs/binder/ndk/
H A D.clang-format5 PointerAlignment: Left
8 PointerAlignment: Left
/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp177 if (gifIn->Image.Left < 0 || in resizeBoxFilter()
179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth || in resizeBoxFilter()
243 prevImageDimens.Left = gifIn->Image.Left; in resizeBoxFilter()
379 prevImageDimens.Left, prevImageDimens.Top, in renderImage()
394 int renderX = x + gifIn->Image.Left; in renderImage()
/aosp12/frameworks/base/data/keyboards/
H A DVendor_045e_Product_02e0.kl36 # Left Analog Stick
43 # Left stick click
H A DVendor_1532_Product_0709.kl31 # Left Analog Stick
38 # Left stick click
H A DVendor_2e95_Product_7725.kl40 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_0705.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_0707.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_1004.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_1007.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_1009.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_1532_Product_100a.kl35 # Left Analog Stick
47 # Left stick click
H A DVendor_054c_Product_0ba0_Version_8111.kl42 # Left Analog Stick
49 # Left stick click
H A DVendor_054c_Product_0ce6.kl41 # Left Analog Stick
48 # Left stick click
H A DVendor_28de_Product_1102.kl35 # Left and right stick.
68 # Left arrow
H A DVendor_054c_Product_0ba0.kl42 # Left Analog Stick
49 # Left stick click
H A DVendor_054c_Product_05c4.kl42 # Left Analog Stick
49 # Left stick click
H A DVendor_054c_Product_05c4_Version_8000.kl43 # Left Analog Stick
50 # Left stick click
H A DVendor_054c_Product_05c4_Version_8100.kl43 # Left Analog Stick
50 # Left stick click
H A DVendor_054c_Product_05c4_Version_8111.kl43 # Left Analog Stick
50 # Left stick click
H A DVendor_054c_Product_09cc.kl42 # Left Analog Stick
49 # Left stick click
H A DVendor_054c_Product_09cc_Version_8000.kl43 # Left Analog Stick
50 # Left stick click
H A DVendor_054c_Product_09cc_Version_8100.kl43 # Left Analog Stick
50 # Left stick click
H A DVendor_054c_Product_09cc_Version_8111.kl43 # Left Analog Stick
50 # Left stick click

1234567891011