OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curPixel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp
70
int
curPixel
= GetBit(line,i);
72
if ( (
curPixel
!=0) != inRun ) { // if transition
73
if (
curPixel
) { // if transition on
123
int
curPixel
= GetBit(line,i);
125
if ( (
curPixel
!=0) != inRun ) { // if transition
126
if (
curPixel
) { // if transition on
/external/skia/src/utils/
SkPathUtils.cpp
70
int
curPixel
= GetBit(line,i);
72
if ( (
curPixel
!=0) != inRun ) { // if transition
73
if (
curPixel
) { // if transition on
123
int
curPixel
= GetBit(line,i);
125
if ( (
curPixel
!=0) != inRun ) { // if transition
126
if (
curPixel
) { // if transition on
/external/chromium_org/third_party/angle/tests/angle_tests/
MaxTextureSizeTest.cpp
134
const GLubyte*
curPixel
= pixels.data() + ((y * getWindowWidth() + x) * 4);
136
EXPECT_GE(
curPixel
[0], prevPixel[0]);
137
EXPECT_GE(
curPixel
[1], prevPixel[1]);
138
EXPECT_EQ(
curPixel
[2], prevPixel[2]);
139
EXPECT_EQ(
curPixel
[3], prevPixel[3]);
204
const GLubyte*
curPixel
= pixels.data() + ((y * getWindowWidth() + x) * 4);
206
EXPECT_GE(
curPixel
[0], prevPixel[0]);
207
EXPECT_GE(
curPixel
[1], prevPixel[1]);
208
EXPECT_EQ(
curPixel
[2], prevPixel[2]);
209
EXPECT_EQ(
curPixel
[3], prevPixel[3])
[
all
...]
Completed in 90 milliseconds