/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p9.cpp | 33 struct pixel { struct 36 constexpr pixel ur = { 1294, 1024 }; // ok argument
|
D | p1.cpp | 103 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct 106 constexpr pixel(int); argument 109 constexpr pixel::pixel(int a) in pixel() function in pixel
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | SRGBTextureTest.cpp | 35 GLubyte pixel[3] = { 0 }; in TEST_F() local 63 GLubyte pixel[4] = { 0 }; in TEST_F() local
|
D | MaxTextureSizeTest.cpp | 108 GLubyte* pixel = data.data() + ((y * textureWidth + x) * 4); in TEST_F() local 168 GLubyte* pixel = data.data() + ((y * textureWidth + x) * 4); in TEST_F() local
|
D | TextureTest.cpp | 119 const GLubyte *pixel[4] = { 0 }; in TEST_F() local
|
/external/chromium_org/pdf/ |
D | draw_utils.cc | 16 inline uint8 GetBlue(const uint32& pixel) { in GetBlue() 20 inline uint8 GetGreen(const uint32& pixel) { in GetGreen() 24 inline uint8 GetRed(const uint32& pixel) { in GetRed() 28 inline uint8 GetAlpha(const uint32& pixel) { in GetAlpha() 123 uint32_t* pixel = origin_pixel; in GradientFill() local 269 uint32 pixel = MakePixel(red, green, blue, GetAlpha(background)); in ShadowMatrix() local 296 uint32_t* pixel = image->GetAddr32(pp::Point(x, y)); in PaintShadow() local
|
/external/chromium_org/media/base/simd/ |
D | convert_rgb_to_yuv_c.cc | 40 const uint8* pixel = rgbframe + 4 * j; in ConvertRGB32ToYUV_C() local 71 const uint8* pixel = rgbframe + 3 * j; in ConvertRGB24ToYUV_C() local
|
D | filter_yuv_sse2.cc | 21 int pixel = 0; in FilterYUVRows_SSE2() local
|
/external/pixman/pixman/ |
D | pixman-access.c | 251 convert_channel (uint32_t pixel, uint32_t def_value, in convert_channel() 268 convert_pixel (pixman_format_code_t from, pixman_format_code_t to, uint32_t pixel) in convert_pixel() 299 uint32_t pixel) in convert_pixel_to_a8r8g8b8() 314 pixman_format_code_t format, uint32_t pixel) in convert_pixel_from_a8r8g8b8() 340 uint32_t pixel; in fetch_and_convert_pixel() local 381 uint32_t pixel) in convert_and_store_pixel() 594 const uint32_t *pixel = bits + x; in fetch_scanline_a8r8g8b8_sRGB_float() local 623 const uint32_t *pixel = bits + x; in fetch_scanline_a2r10g10b10_float() local 654 const uint32_t *pixel = (uint32_t *)bits + x; in fetch_scanline_x2r10g10b10_float() local 684 const uint32_t *pixel = bits + x; in fetch_scanline_a2b10g10r10_float() local [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | KtxTest.cpp | 48 SkPMColor &pixel = *(reinterpret_cast<SkPMColor*>(row + x*sizeof(SkPMColor))); in DEF_TEST() local 130 SkPMColor pixel = *(reinterpret_cast<SkPMColor*>(row + i*sizeof(SkPMColor))); in DEF_TEST() local
|
D | BitmapHeapTest.cpp | 38 uint32_t* pixel = bm.getAddr32(1,0); in DEF_TEST() local
|
D | ReadPixelsTest.cpp | 103 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixe… in fillCanvas() local 125 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->byte… in fillBitmap() local 180 const uint32_t* pixel = bitmap.getAddr32(bx, by); in checkRead() local
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | skia_utils_gtk2.cc | 75 guchar* pixel = gdk_pixels + row + (x * 3); in GdkPixbufToImageSkia() local 112 uint32 pixel = bitmap.getAddr32(0, y)[x]; in GdkPixbufFromSkBitmap() local
|
/external/skia/tests/ |
D | KtxTest.cpp | 49 SkPMColor &pixel = *(reinterpret_cast<SkPMColor*>(row + x*sizeof(SkPMColor))); in DEF_TEST() local 131 SkPMColor pixel = *(reinterpret_cast<SkPMColor*>(row + i*sizeof(SkPMColor))); in DEF_TEST() local
|
D | BitmapHeapTest.cpp | 38 uint32_t* pixel = bm.getAddr32(1,0); in DEF_TEST() local
|
D | ReadPixelsTest.cpp | 104 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixe… in fillCanvas() local 126 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->byte… in fillBitmap() local 181 const uint32_t* pixel = bitmap.getAddr32(bx, by); in checkRead() local
|
/external/chromium_org/ui/gfx/x/ |
D | x11_types.cc | 119 const uint32_t pixel = *(bitmap_in++); in PutARGBImage() local 145 const uint32_t pixel = *(bitmap_in++); in PutARGBImage() local
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | bitmaptools.cc | 162 bool PixelsEqual(const unsigned char* pixel, int color, int tolerance) { in PixelsEqual() 182 for (const unsigned char* pixel = row; pixel < row + bmp.row_size; in Histogram() local 217 for (const unsigned char* pixel = row; pixel < row + bmp.row_size; in BoundingBox() local
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
D | BMPImageReader.cpp | 730 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) { in processNonRLEData() local 756 const uint32_t pixel = readCurrentPixel(bytesPerPixel); in processNonRLEData() local
|
D | BMPImageReader.h | 203 uint32_t pixel; in readCurrentPixel() local 222 inline unsigned getComponent(uint32_t pixel, int component) const in getComponent() 228 inline unsigned getAlpha(uint32_t pixel) const in getAlpha()
|
/external/pixman/demos/ |
D | clip-test.c | 10 create_solid_bits (uint32_t pixel) in create_solid_bits()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_pixels.c | 320 Uint8 pixel=0; in SDL_FindColor() local 369 void SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGBA() 403 void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGB()
|
/external/chromium_org/chrome/utility/cloud_print/ |
D | pwg_encoder.cc | 65 inline void encodePixelToRGB(const void* pixel, std::string* output) { in encodePixelToRGB() 73 inline void encodePixelToMonochrome(const void* pixel, std::string* output) { in encodePixelToMonochrome()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoder.cpp | 106 blink::ImageFrame::PixelData& pixel = *src.getAddr(canvasX, canvasY); in alphaBlendPremultiplied() local 118 blink::ImageFrame::PixelData& pixel = *src.getAddr(canvasX, canvasY); in alphaBlendNonPremultiplied() local 495 uint8_t* pixel = row; in applyPostProcessing() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarigl.c | 1012 unsigned short *line, *pixel; in Convert565To555be() local 1031 unsigned short *line, *pixel; in Convert565To555le() local 1051 unsigned short *line, *pixel; in Convert565le() local 1070 unsigned long *line, *pixel; in ConvertBGRAToABGR() local
|