OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yDim
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/cppbasic/
compute.cpp
68
static const uint32_t
yDim
= 7;
72
tb.setY(
yDim
);
81
kern1_in->copy2DRangeFrom(0, 0, xDim,
yDim
, buf);
/frameworks/base/libs/hwui/
DisplayListOp.h
757
#define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim,
yDim
) \
758
TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.
yDim
- offsetRect.top, \
759
texCoordsRect.xDim, texCoordsRect.
yDim
)
[
all
...]
Completed in 160 milliseconds