Home
last modified time | relevance | path

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

1234567

/frameworks/base/libs/hwui/jni/
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()
/frameworks/native/libs/binder/ndk/
D.clang-format5 PointerAlignment: Left
8 PointerAlignment: Left
/frameworks/ex/framesequence/jni/
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()
/frameworks/base/data/keyboards/
DVendor_045e_Product_02e0.kl36 # Left Analog Stick
43 # Left stick click
DVendor_1532_Product_0709.kl31 # Left Analog Stick
38 # Left stick click
DVendor_2e95_Product_7725.kl40 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_0707.kl35 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_1009.kl35 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_1007.kl35 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_1004.kl35 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_0705.kl35 # Left Analog Stick
47 # Left stick click
DVendor_1532_Product_100a.kl35 # Left Analog Stick
47 # Left stick click
DVendor_28de_Product_1102.kl35 # Left and right stick.
68 # Left arrow
DVendor_054c_Product_0ba0_Version_8111.kl42 # Left Analog Stick
49 # Left stick click
/frameworks/native/services/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/native/cmds/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/native/libs/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/base/cmds/idmap2/
D.clang-format7 PointerAlignment: Left
/frameworks/base/tools/aapt2/
D.clang-format7 PointerAlignment: Left
/frameworks/base/libs/androidfw/
D.clang-format7 PointerAlignment: Left
/frameworks/native/cmds/dumpsys/
D.clang-format10 PointerAlignment: Left
/frameworks/native/cmds/dumpstate/
D.clang-format10 PointerAlignment: Left
/frameworks/native/cmds/bugreportz/
D.clang-format10 PointerAlignment: Left
/frameworks/proto_logging/stats/stats_log_api_gen/
D.clang-format12 PointerAlignment: Left
/frameworks/base/cmds/incidentd/
D.clang-format12 PointerAlignment: Left

1234567