/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/opencv3/modules/features2d/src/ |
D | fast_score.cpp | 84 static void testCorner(const uchar* ptr, const int pixel[], int K, int N, int threshold) { in testCorner() 120 int cornerScore<16>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() 210 int cornerScore<12>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() 294 int cornerScore<8>(const uchar* ptr, const int pixel[], int threshold) in cornerScore()
|
D | agast_score.cpp | 94 int agast_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore() 2169 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore() 3381 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore() 9015 int agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfPreviewImage.h | 115 PreviewRgba & pixel (unsigned int x, unsigned int y) in pixel() function 118 const PreviewRgba & pixel (unsigned int x, unsigned int y) const in pixel() function
|
D | ImfLut.cpp | 80 char *pixel = base + data.xStride * in apply() local 128 Rgba *pixel = base + dataWindow.min.x * xStride; in apply() local
|
D | ImfPxr24Compressor.cpp | 325 unsigned int pixel; in compress() local 350 half pixel; in compress() local 373 float pixel; in compress() local 456 unsigned int pixel = 0; in uncompress() local
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_GlobalHistogramBinarizer.cpp | 52 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackRow() local 90 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackMatrix() local 100 int32_t pixel = (*localLuminances)[offset + x] & 0xff; in GetBlackMatrix() local
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_BufferedImageLuminanceSource.cpp | 143 int32_t pixel = rowLine[x]; in GetRow() local 160 int32_t pixel = rgb[offset + x]; in GetMatrix() local
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.h | 36 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight() 53 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight() 69 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight()
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 33 uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGBA() local 48 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToBGR() local 60 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGB() local
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
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/skia/tests/ |
D | SkImageTest.cpp | 38 uint32_t pixel = 0; in DEF_TEST() local
|
D | CTest.cpp | 61 uint32_t pixel[1] = { 0 }; in test_c() local
|
D | BitmapHeapTest.cpp | 50 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 make_src_bitmap() local 140 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->byte… in fill_dst_bmp_with_init_data() local 195 const uint32_t* pixel = bitmap.getAddr32(bx, by); in check_read() local
|
D | ClearTest.cpp | 28 uint32_t pixel = pixels.get()[y * w + x]; in check_rect() local
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/ |
D | ValPixConverterTest.java | 104 float pixel = ValPixConverter.valToPix(value, min, max, sizeInPix, true); in testpixToVal() local
|
/external/autotest/client/deps/glbench/src/ |
D | png_helper.cc | 41 png_byte* pixel = &(row_pointers[y][x*4]); in write_png_file() local
|
D | windowmanagertest.cc | 34 unsigned char* pixel = bitmap; in CreateBitmap() local
|
/external/opencv3/samples/cpp/ |
D | connected_components.cpp | 27 Vec3b &pixel = dst.at<Vec3b>(r, c); in on_trackbar() local
|
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 472 static Sk4f VECTORCALL sRGBToLinear(Sk4f pixel) { in sRGBToLinear() 515 Sk4f pixel = SkNx_cast<float, uint8_t>(bytePixel); in getPixel() local 585 Sk4f pixel = bilerp4(xs, ys, px00, px10, px01, px11); in bilerpList() local 630 void VECTORCALL placePixel(Sk4f pixel) override { in placePixel() 649 static void VECTORCALL PlacePixel(SkPM4f* dst, Sk4f pixel, int index) { in PlacePixel() 656 static Sk4f VECTORCALL Premultiply(Sk4f pixel) { in Premultiply()
|
/external/opencv3/modules/imgproc/test/ |
D | test_watershed.cpp | 101 int& pixel = line[i]; in run() local
|
/external/opencv/cvaux/src/ |
D | cvbgfg_gaussmix.cpp | 291 double pixel[4]; in icvUpdateGaussianBGModel() local 525 icvUpdatePartialNoMatch(double *pixel, in icvUpdatePartialNoMatch()
|
/external/skia/src/codec/ |
D | SkMasks.cpp | 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp()
|