OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftY
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTestBase.java
163
int
shiftY
= activity.getBottom();
169
|| isInsideCutout(x,
shiftY
+ y)) {
177
if (isInsideCutout(col,
shiftY
)) {
LightBarTests.java
212
private Stats evaluateLightBarBitmap(Bitmap bitmap, int background, int
shiftY
) {
241
if (isInsideCutout(x,
shiftY
+ y)) {
/external/deqp/framework/common/
tcuFuzzyImageCompare.cpp
162
static void separableConvolve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int shiftX, int
shiftY
, const std::vector<float>& kernelX, const std::vector<float>& kernelY)
202
deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-
shiftY
, 0, tmp.getWidth()-1), i);
Completed in 604 milliseconds