OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channelbase
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/awt/java/awt/image/
LookupOp.java
382
int
channelBase
= nLevels * channelOffset;
390
System.arraycopy(levelInitializer, offset, levels,
channelBase
, nLevels);
391
for (int from = 0, to =
channelBase
; from < nLevels; from++, to++) {
429
int
channelBase
= nLevels * channelOffset;
430
System.arraycopy(levelInitializer, offset, levels,
channelBase
, nLevels);
431
for (int from = 0, to =
channelBase
; from < nLevels; from++, to++) {
Completed in 165 milliseconds