Home
last modified time | relevance | path

Searched refs:Top (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp140 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/
DFrameSequence_gif.cpp146 && 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/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/frameworks/wilhelm/src/
DREADME.txt4 Top-level:
/frameworks/data-binding/samples/BindingDemo/
Dbuild.gradle17 // Top-level build file where you can add dataBindingConfiguration options common to all sub-projec…
/frameworks/support/samples/SupportLeanbackShowcase/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/frameworks/base/libs/hwui/
DBakedOpState.h32 Top = 0x2, enumerator
DBakedOpState.cpp27 if (clip.top > bounds.top) clipSideFlags |= OpClipSideFlags::Top; in computeClipSideFlags()
DLayerBuilder.cpp160 if (!checkSide(currentFlags, newFlags, OpClipSideFlags::Top, boundsDelta)) return false; in canMergeWith()
/frameworks/support/v7/appcompat/
DTHEMES56 Top level themes
/frameworks/data-binding/extensions/library/
Dbuild.gradle26 // Top-level build file where you can add dataBindingConfiguration options common to all sub-projec…
/frameworks/rs/script_api/include/
Drs_matrix.rsh62 * top: Top plane.
132 * top: Top plane.
/frameworks/base/libs/hwui/tests/unit/
DFrameBuilderTests.cpp500 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/
DResources.proto52 // Top level message representing a resource table.