Searched refs:Top (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | GIFMovie.cpp | 140 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup() 160 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace() 161 copyHeight = height - frame->ImageDesc.Top; in blitInterlace() 186 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal() 193 if (frame->ImageDesc.Top + copyHeight > height) { in blitNormal() 194 copyHeight = height - frame->ImageDesc.Top; in blitNormal() 298 && target->ImageDesc.Top <= covered->ImageDesc.Top in checkIfCover() 299 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover() 300 target->ImageDesc.Top + target->ImageDesc.Height) { in checkIfCover() 323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 146 && target.Top <= covered.Top in checkIfCover() 147 && covered.Top + covered.Height <= target.Top + target.Height; in checkIfCover() 172 if (imageDesc.Top + copyHeight > maxHeight) { in getCopySize() 173 copyHeight = maxHeight - imageDesc.Top; in getCopySize() 282 prevFrame.ImageDesc.Top * outputPixelStride; in drawFrame() 316 frame.ImageDesc.Top * outputPixelStride; in drawFrame()
|
/frameworks/base/tests/TouchLatency/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/frameworks/wilhelm/src/ |
D | README.txt | 4 Top-level:
|
/frameworks/data-binding/samples/BindingDemo/ |
D | build.gradle | 17 // Top-level build file where you can add dataBindingConfiguration options common to all sub-projec…
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/frameworks/base/libs/hwui/ |
D | BakedOpState.h | 32 Top = 0x2, enumerator
|
D | BakedOpState.cpp | 27 if (clip.top > bounds.top) clipSideFlags |= OpClipSideFlags::Top; in computeClipSideFlags()
|
D | LayerBuilder.cpp | 160 if (!checkSide(currentFlags, newFlags, OpClipSideFlags::Top, boundsDelta)) return false; in canMergeWith()
|
/frameworks/support/v7/appcompat/ |
D | THEMES | 56 Top level themes
|
/frameworks/data-binding/extensions/library/ |
D | build.gradle | 26 // Top-level build file where you can add dataBindingConfiguration options common to all sub-projec…
|
/frameworks/rs/script_api/include/ |
D | rs_matrix.rsh | 62 * top: Top plane. 132 * top: Top plane.
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FrameBuilderTests.cpp | 500 EXPECT_EQ(OpClipSideFlags::Left | OpClipSideFlags::Top | OpClipSideFlags::Right, in RENDERTHREAD_OPENGL_PIPELINE_TEST() 570 EXPECT_EQ(OpClipSideFlags::Top, opList.clipSideFlags); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 571 EXPECT_EQ(OpClipSideFlags::Top, opList.states[0]->computedState.clipSideFlags); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 52 // Top level message representing a resource table.
|