OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentDimY
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java
119
mCurrentDimY
= ty;
122
if (
mCurrentDimY
> 1) {
123
mCurrentCount *=
mCurrentDimY
;
Allocation.java
91
int
mCurrentDimY
;
225
mCurrentDimY
= t.getY();
228
if (
mCurrentDimY
> 1) {
229
mCurrentCount *=
mCurrentDimY
;
459
if((mCurrentDimX != b.getWidth()) || (
mCurrentDimY
!= b.getHeight())) {
791
if (((xoff + w) > mCurrentDimX) || ((yoff + h) >
mCurrentDimY
)) {
[
all
...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
AllocationAdapter.java
119
mCurrentDimY
= ty;
122
if (
mCurrentDimY
> 1) {
123
mCurrentCount *=
mCurrentDimY
;
Allocation.java
89
int
mCurrentDimY
;
185
mCurrentDimY
= t.getY();
188
if (
mCurrentDimY
> 1) {
189
mCurrentCount *=
mCurrentDimY
;
351
if((mCurrentDimX != b.getWidth()) || (
mCurrentDimY
!= b.getHeight())) {
683
if (((xoff + w) > mCurrentDimX) || ((yoff + h) >
mCurrentDimY
)) {
[
all
...]
/frameworks/rs/cpp/
Allocation.cpp
39
mCurrentDimY
= t->getY();
42
if (
mCurrentDimY
> 1) {
43
mCurrentCount *=
mCurrentDimY
;
279
if (((xoff + w) > mCurrentDimX) || ((yoff + h) >
mCurrentDimY
)) {
Allocation.h
48
uint32_t
mCurrentDimY
;
Completed in 1548 milliseconds