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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 9 void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int h)
12 :"+g"(h), "+S"(pixels), "+D"(block)
  /bootable/bootloader/legacy/arch_msm7k/
mddi_console.c 35 static void drawglyph(unsigned short *pixels, unsigned short paint,
44 if(data & 1) *pixels = paint;
46 pixels++;
48 pixels += stride;
53 if(data & 1) *pixels = paint;
55 pixels++;
57 pixels += stride;
64 unsigned short *pixels = mddi_framebuffer();
71 drawglyph(pixels + y*stride + x, paint, stride, font5x12 + c);
105 unsigned short *pixels; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 53 OwnPtr<NativeImageSkia> pixels;
65 pixels = adoptPtr(decoder.createFrameAtIndex(0));
66 if (!pixels.get() || !pixels->isDataComplete() || !pixels->width() || !pixels->height())
68 SkBitmap::Config skiaConfig = pixels->config();
71 skiaImage = pixels.get();
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_sad16x16_armv6.asm 32 ldr r6, [r0, #0x0] ; load 4 src pixels (1A)
33 ldr r8, [r2, #0x0] ; load 4 ref pixels (1A)
34 ldr r7, [r0, #0x4] ; load 4 src pixels (1A)
35 ldr r9, [r2, #0x4] ; load 4 ref pixels (1A)
36 ldr r10, [r0, #0x8] ; load 4 src pixels (1B)
37 ldr r11, [r0, #0xC] ; load 4 src pixels (1B)
39 usada8 r4, r8, r6, r4 ; calculate sad for 4 pixels
40 usad8 r8, r7, r9 ; calculate sad for 4 pixels
42 ldr r12, [r2, #0x8] ; load 4 ref pixels (1B)
43 ldr lr, [r2, #0xC] ; load 4 ref pixels (1B
    [all...]
vp8_variance_halfpixvar16x16_hv_armv6.asm 34 add r9, r0, r1 ; pointer to pixels on the next row
35 ; 1st 4 pixels
36 ldr r4, [r0, #0] ; load source pixels a, row N
37 ldr r6, [r0, #1] ; load source pixels b, row N
38 ldr r5, [r9, #0] ; load source pixels c, row N+1
39 ldr r7, [r9, #1] ; load source pixels d, row N+1
41 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
45 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
52 ldr r5, [r2, #0] ; load 4 ref pixels
63 orr r6, r6, r7 ; differences of all 4 pixels
    [all...]
vp8_variance_halfpixvar16x16_h_armv6.asm 34 ; 1st 4 pixels
35 ldr r4, [r0, #0] ; load 4 src pixels
36 ldr r6, [r0, #1] ; load 4 src pixels with 1 byte offset
37 ldr r5, [r2, #0] ; load 4 ref pixels
52 orr r6, r6, r7 ; differences of all 4 pixels
58 uxtb16 r5, r6 ; byte (two pixels) to halfwords
59 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
62 ; 2nd 4 pixels
63 ldr r4, [r0, #4] ; load 4 src pixels
64 ldr r6, [r0, #5] ; load 4 src pixels with 1 byte offse
    [all...]
vp8_variance_halfpixvar16x16_v_armv6.asm 35 ; 1st 4 pixels
36 ldr r4, [r0, #0] ; load 4 src pixels
37 ldr r6, [r9, #0] ; load 4 src pixels from next row
38 ldr r5, [r2, #0] ; load 4 ref pixels
53 orr r6, r6, r7 ; differences of all 4 pixels
59 uxtb16 r5, r6 ; byte (two pixels) to halfwords
60 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
63 ; 2nd 4 pixels
64 ldr r4, [r0, #4] ; load 4 src pixels
65 ldr r6, [r9, #4] ; load 4 src pixels from next ro
    [all...]
  /external/icu4c/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);
ValueRecords.cpp 47 LEPoint pixels; local
49 fontInstance->transformFunits(value, 0, pixels);
51 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
52 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
57 LEPoint pixels; local
59 fontInstance->transformFunits(0, value, pixels);
61 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
62 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
67 LEPoint pixels; local
69 fontInstance->transformFunits(value, 0, pixels);
77 LEPoint pixels; local
151 LEPoint pixels; local
161 LEPoint pixels; local
171 LEPoint pixels; local
181 LEPoint pixels; local
    [all...]
MarkToBasePosnSubtables.cpp 67 LEPoint baseAnchor, markAdvance, pixels; local
77 fontInstance->getGlyphAdvance(markGlyph, pixels);
78 fontInstance->pixelsToUnits(pixels, markAdvance);
92 fontInstance->getGlyphAdvance(baseGlyph, pixels);
101 pixels.fX += px.fX; // and add that to the base glyph's advance
102 pixels.fY += px.fY;
107 fontInstance->pixelsToUnits(pixels, baseAdvance);
MarkToMarkPosnSubtables.cpp 66 LEPoint mark2Anchor, markAdvance, pixels; local
75 fontInstance->getGlyphAdvance(markGlyph, pixels);
76 fontInstance->pixelsToUnits(pixels, markAdvance);
88 fontInstance->getGlyphAdvance(mark2Glyph, pixels);
89 fontInstance->pixelsToUnits(pixels, mark2Advance);
  /system/media/mca/filterpacks/performance/java/
Throughput.java 30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) {
34 mPixels = pixels;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 70 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
71 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
81 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
82 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
83 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
87 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset))
    [all...]
  /external/chromium/chrome/browser/
icon_loader_linux.cc 19 int pixels = 48; local
21 pixels = 32;
23 pixels = 16;
25 return pixels;
  /external/chromium/webkit/glue/
scoped_clipboard_writer_glue.h 25 void WriteBitmapFromPixels(const void* pixels, const gfx::Size& size);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.h 43 const uint8_t* pixels() const { return m_pixelData ? &m_pixelData[0] : 0; } function in class:WebCore::PlatformImage
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.h 32 if (dbg->IsReadPixelBuffer(pixels)) { \
37 dbg->Compress(pixels, size, msg.mutable_data()); \
51 if (pixels) { \
55 dbg->Compress(pixels, size, msg.mutable_data()); \
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
MessageProcessor.java 93 * than pixels, in which case the first pixels.length bytes form the image
95 public static byte[] decodeReferencedImage(byte[] ref, byte[] pixels) {
96 if (ref.length < pixels.length)
97 ref = new byte[pixels.length];
98 for (int i = 0; i < pixels.length; i++)
99 ref[i] ^= pixels[i];
100 for (int i = pixels.length; i < ref.length; i++)
168 byte[] pixels = lzfDecompressChunks(data);
169 assert pixels.length == width * height * (bpp / 8)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageProcessor.java 93 * than pixels, in which case the first pixels.length bytes form the image
95 public static byte[] decodeReferencedImage(byte[] ref, byte[] pixels) {
96 if (ref.length < pixels.length)
97 ref = new byte[pixels.length];
98 for (int i = 0; i < pixels.length; i++)
99 ref[i] ^= pixels[i];
100 for (int i = pixels.length; i < ref.length; i++)
168 byte[] pixels = lzfDecompressChunks(data);
169 assert pixels.length == width * height * (bpp / 8)
    [all...]
  /external/webkit/Source/WebCore/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);
102 unsigned char* pixels = inputPixels; local
106 preMultipliedBGRAtoRGBA(pixels, imageSize.width(), row.data());
109 png_write_row(png, pixels);
110 pixels += imageSize.width() * 4;
  /sdk/draw9patch/src/com/android/draw9patch/graphics/
GraphicsUtilities.java 76 public static int[] getPixels(BufferedImage img, int x, int y, int w, int h, int[] pixels) {
81 if (pixels == null) {
82 pixels = new int[w * h];
83 } else if (pixels.length < w * h) {
84 throw new IllegalArgumentException("Pixels array must have a length >= w * h");
90 return (int[]) raster.getDataElements(x, y, w, h, pixels);
94 return img.getRGB(x, y, w, h, pixels, 0, w);
  /sdk/ninepatch/src/com/android/ninepatch/
GraphicsUtilities.java 82 public static int[] getPixels(BufferedImage img, int x, int y, int w, int h, int[] pixels) {
87 if (pixels == null) {
88 pixels = new int[w * h];
89 } else if (pixels.length < w * h) {
90 throw new IllegalArgumentException("Pixels array must have a length >= w * h");
96 return (int[]) raster.getDataElements(x, y, w, h, pixels);
100 return img.getRGB(x, y, w, h, pixels, 0, w);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 35 void update(GLenum p_format, GLenum p_type, void *pixels);
36 void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
  /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:__anon9476
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.h 52 void load(void* pixels);
53 void updateSubRect(void* pixels, const IntRect&);

Completed in 2641 milliseconds

1 2 3 4 5 6 7 8 91011>>