HomeSort by relevance Sort by last modified time
    Searched defs:pixels (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/content/renderer/compositor_bindings/
web_external_bitmap_impl.cc 42 uint8* WebExternalBitmapImpl::pixels() { function in class:content::WebExternalBitmapImpl
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
texture_utils.cpp 25 GLubyte pixels[width * height * 3] = local
32 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
51 GLubyte pixels[6][3] = local
69 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X + i, 0, GL_RGB, 1, 1, 0, GL_RGB, GL_UNSIGNED_BYTE, &pixels[i]);
84 std::array<GLubyte, width * height * 3> pixels; local
105 pixels[(y * height + x) * 3] = rColor;
106 pixels[(y * height + x) * 3 + 1] = 0;
107 pixels[(y * height + x) * 3 + 2] = bColor;
119 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels.data());
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 76 void* pixels = bitmap.getPixels(); local
77 SkASSERT(pixels != NULL);
80 // to remove bitmap's lock on the pixels. We will then
87 rec->fPixels = pixels;
SkDiscardablePixelRef.cpp 62 void* pixels = fDiscardableMemory->data(); local
68 if (!fGenerator->getPixels(info, pixels, fRowBytes)) {
70 if (!fGenerator->getPixels(info, pixels, fRowBytes, colors, &colorCount)) {
89 rec->fPixels = pixels;
  /external/chromium_org/ui/snapshot/
snapshot_async.cc 40 unsigned char* pixels = reinterpret_cast<unsigned char*>(bitmap.getPixels()); local
48 if (!gfx::PNGCodec::Encode(pixels,
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 76 void* pixels = bitmap.getPixels(); local
77 SkASSERT(pixels != NULL);
80 // to remove bitmap's lock on the pixels. We will then
87 rec->fPixels = pixels;
SkDiscardablePixelRef.cpp 62 void* pixels = fDiscardableMemory->data(); local
68 if (!fGenerator->getPixels(info, pixels, fRowBytes)) {
70 if (!fGenerator->getPixels(info, pixels, fRowBytes, colors, &colorCount)) {
89 rec->fPixels = pixels;
  /frameworks/av/cmds/screenrecord/
FontBitmap.h 10 static const uint8_t pixels[]; member in class:FontBitmap
14 const uint8_t FontBitmap::pixels[] = { member in class:FontBitmap
    [all...]
  /external/chromium_org/cc/resources/
shared_bitmap.h 26 SharedBitmap(uint8* pixels,
40 uint8* pixels() { return pixels_; } function in class:cc::SharedBitmap
  /external/chromium_org/ppapi/generators/test_cgen/
structs.h 54 /* struct st2 { s_array pixels[640][480]; }; */
56 s_array pixels[640][480]; member in struct:st2
  /external/chromium_org/third_party/WebKit/Source/platform/
CalculationValue.h 50 float evaluate(float maxValue) const { return pixels() + percent() / 100 * maxValue; }
51 bool operator==(const CalculationValue& o) const { return pixels() == o.pixels() && percent() == o.percent(); }
53 float pixels() const { return m_value.pixels; } function in class:WebCore::CalculationValue
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
PNGImageEncoder.cpp 50 static void preMultipliedBGRAtoRGBA(const void* pixels, int pixelCount, unsigned char* output)
53 const SkPMColor* input = static_cast<const SkPMColor*>(pixels);
100 unsigned char* pixels = inputPixels; local
105 preMultipliedBGRAtoRGBA(pixels, imageSize.width(), row.data());
108 png_write_row(png, pixels);
109 pixels += pixelRowStride;
  /external/chromium_org/third_party/angle/tests/angle_tests/
TextureTest.cpp 80 const GLubyte *pixels[20] = { 0 }; local
81 glTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /external/chromium_org/third_party/skia/tests/
TextureCompressionTest.cpp 88 uint8_t* pixels = reinterpret_cast<uint8_t*>(bitmap.getPixels()); local
89 REPORTER_ASSERT(reporter, NULL != pixels);
92 pixels[i] = lum;
104 // value. The remaining indices can be any value, and since we try to match the pixels
KtxTest.cpp 34 uint8_t *pixels = reinterpret_cast<uint8_t*>(bm8888.getPixels()); local
35 REPORTER_ASSERT(reporter, NULL != pixels);
37 if (NULL == pixels) {
41 uint8_t *row = pixels;
80 REPORTER_ASSERT(reporter, memcmp(decodedPixels, pixels, decodedBitmap.getSize()) == 0);
  /external/chromium_org/ui/gfx/android/
java_bitmap.h 26 // handles locking and unlocking of the underlying pixels, along with wrapping
33 inline void* pixels() { return pixels_; } function in class:gfx::JavaBitmap
34 inline const void* pixels() const { return pixels_; } function in class:gfx::JavaBitmap
  /external/chromium_org/ui/ozone/platform/dri/
dri_buffer.cc 51 void** pixels) {
76 *pixels = mmap(0,
82 if (*pixels == MAP_FAILED) {
105 void* pixels = const_cast<void*>(surface_->peekPixels(&info, NULL)); local
106 if (!pixels)
109 munmap(pixels, info.getSafeSize(stride_));
114 void* pixels = NULL; local
115 if (!CreateDumbBuffer(dri_, info, &handle_, &stride_, &pixels)) {
131 surface_ = skia::AdoptRef(SkSurface::NewRasterDirect(info, pixels, stride_));
133 DLOG(ERROR) << "Cannot install Skia pixels for drm buffer"
    [all...]
  /external/deqp/framework/delibs/deimage/
deImage.h 42 void* pixels; member in struct:deImage_s
60 void deImage_copyToUint8RGBA (const deImage* image, deUint8* pixels);
  /external/icu/icu4c/source/layout/
AnchorTables.cpp 56 LEPoint pixels; local
58 fontInstance->transformFunits(x, y, pixels);
60 fontInstance->pixelsToUnits(pixels, anchor);
82 LEPoint pixels; local
86 fontInstance->transformFunits(x, y, pixels);
92 pixels.fX += adjx;
99 pixels.fY += adjy;
102 fontInstance->pixelsToUnits(pixels, anchor);
  /external/pixman/demos/
clip-test.c 12 uint32_t *pixels = malloc (WIDTH * HEIGHT * 4); local
16 pixels[i] = pixel;
20 pixels,
  /external/pixman/test/
pdf-op-test.c 23 static const uint32_t pixels[] = variable
45 for (s = 0; s < ARRAY_LENGTH (pixels); ++s)
50 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[s]), 4);
52 for (m = -1; m < ARRAY_LENGTH (pixels); ++m)
58 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[m]), 4);
61 for (d = 0; d < ARRAY_LENGTH (pixels); ++d)
64 uint32_t dp = pixels[d];
  /external/qemu/android/skin/
surface.h 55 * the content of 'pixels' is copied into a heap-allocated buffer. otherwise
62 uint32_t* pixels,
65 /* surface pixels information for slow surfaces */
70 uint32_t* pixels; member in struct:__anon32913
  /external/skia/tests/
TextureCompressionTest.cpp 88 uint8_t* pixels = reinterpret_cast<uint8_t*>(bitmap.getPixels()); local
89 REPORTER_ASSERT(reporter, NULL != pixels);
92 pixels[i] = lum;
104 // value. The remaining indices can be any value, and since we try to match the pixels
  /external/chromium_org/third_party/skia/gm/
bigmatrix.cpp 67 uint32_t* pixels = reinterpret_cast<uint32_t*>(bmp.getPixels()); local
68 pixels[0] = SkPackARGB32(0xFF, 0xFF, 0x00, 0x00);
69 pixels[1] = SkPackARGB32(0xFF, 0x00, 0xFF, 0x00);
70 pixels[2] = SkPackARGB32(0x80, 0x00, 0x00, 0x00);
71 pixels[3] = SkPackARGB32(0xFF, 0x00, 0x00, 0xFF);
  /external/chromium_org/ui/gfx/
blit.cc 46 void* pixels = canvas.accessTopLayerPixels(&info, &row_bytes); local
47 DCHECK(pixels);
48 if (!pixels)
168 // Compute the set of pixels we'll actually end up painting.
173 // Compute the source pixels that will map to the dest_rect

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011