OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapIndex
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_imageio.cpp
193
int
bitmapIndex
= 0;
206
line[0] = bitdata[
bitmapIndex
+ 2];
208
line[1] = bitdata[
bitmapIndex
+ 1];
210
line[2] = bitdata[
bitmapIndex
+ 0];
213
bitmapIndex
+= bpp;
321
int
bitmapIndex
= 0;
331
bitmapData[
bitmapIndex
+ 2] = line[0];
333
bitmapData[
bitmapIndex
+ 1] = line[1];
335
bitmapData[
bitmapIndex
+ 0] = line[2];
338
bitmapIndex
+= bpp
[
all
...]
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
770
int32_t
bitmapIndex
= fBitmapHeap->insert(bm);
771
if (SkBitmapHeap::INVALID_SLOT ==
bitmapIndex
) {
774
this->writeOp(op, flags,
bitmapIndex
);
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
770
int32_t
bitmapIndex
= fBitmapHeap->insert(bm);
771
if (SkBitmapHeap::INVALID_SLOT ==
bitmapIndex
) {
774
this->writeOp(op, flags,
bitmapIndex
);
[
all
...]
Completed in 30 milliseconds