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

1 2

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.cpp 69 d3dFormatInfo.mipGenerationFunction(sourceDesc.Width, sourceDesc.Height, 1, sourceData, sourceLocked.Pitch, 0,
70 destData, destLocked.Pitch, 0);
112 ASSERT(bytes <= static_cast<unsigned int>(sourceLock.Pitch) &&
113 bytes <= static_cast<unsigned int>(destLock.Pitch));
117 memcpy((char*)destLock.pBits + destLock.Pitch * i, (char*)sourceLock.pBits + sourceLock.Pitch * i, bytes);
211 lockedRect.Pitch, 0);
411 reinterpret_cast<uint8_t*>(locked.pBits), locked.Pitch, 0);
448 reinterpret_cast<uint8_t*>(locked.pBits), locked.Pitch, 0);
547 source += sourceLock.Pitch;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 51 enum Pitch { UnknownPitch, FixedPitch, VariablePitch };
138 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } function in class:blink::SimpleFontData
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 445 FT_UShort Pitch;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
  /external/freetype/include/
tttables.h 449 FT_UShort Pitch;
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 445 FT_UShort Pitch;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 445 FT_UShort Pitch;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_mmx.asm 18 ; int pitch, int rows, int cols,int flimit)
52 movsxd rax, dword ptr arg(1) ;pitch ;
69 neg rax ; rax = -pitch
83 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
116 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
117 movd mm2, DWORD PTR [rdi] ; [s+pitch*7]
248 ; unsigned int Width, unsigned int Height, int Pitch)
292 movsxd rax, dword arg(7) ; Pitch
293 add arg(0), rax ; Start += Pitch
postproc_sse2.asm 234 ; int pitch, int rows, int cols,int flimit)
271 movsxd rax, dword ptr arg(1) ;pitch ;
288 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8]
336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7]
466 ; int pitch, int rows, int cols,int flimit)
636 ;s+=pitch;
662 ; unsigned int Width, unsigned int Height, int Pitch)
706 movsxd rax, dword arg(7) ; Pitch
    [all...]
subpixel_sse2.asm 53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
173 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
554 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
667 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
921 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
925 movsxd r8, dword ptr arg(4) ;output_width ; Pitch for Source
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 18 ; int pitch, int rows, int cols,int flimit)
52 movsxd rax, dword ptr arg(1) ;pitch ;
69 neg rax ; rax = -pitch
83 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
116 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
117 movd mm2, DWORD PTR [rdi] ; [s+pitch*7]
248 ; unsigned int Width, unsigned int Height, int Pitch)
292 movsxd rax, dword arg(7) ; Pitch
293 add arg(0), rax ; Start += Pitch
postproc_sse2.asm 234 ; int pitch, int rows, int cols,int flimit)
271 movsxd rax, dword ptr arg(1) ;pitch ;
288 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8]
336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7]
466 ; int pitch, int rows, int cols,int flimit)
636 ;s+=pitch;
662 ; unsigned int Width, unsigned int Height, int Pitch)
706 movsxd rax, dword arg(7) ; Pitch
    [all...]
subpixel_sse2.asm 53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
173 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
554 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
667 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
921 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
925 movsxd r8, dword ptr arg(4) ;output_width ; Pitch for Source
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_mmx.asm 18 ; int pitch, int rows, int cols,int flimit)
52 movsxd rax, dword ptr arg(1) ;pitch ;
69 neg rax ; rax = -pitch
83 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
116 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
117 movd mm2, DWORD PTR [rdi] ; [s+pitch*7]
248 ; unsigned int Width, unsigned int Height, int Pitch)
293 movsxd rax, dword arg(7) ; Pitch
294 add arg(0), rax ; Start += Pitch
postproc_sse2.asm 234 ; int pitch, int rows, int cols,int flimit)
271 movsxd rax, dword ptr arg(1) ;pitch ;
288 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8]
336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7]
466 ; int pitch, int rows, int cols,int flimit)
636 ;s+=pitch;
662 ; unsigned int Width, unsigned int Height, int Pitch)
707 movsxd rax, dword arg(7) ; Pitch
    [all...]
subpixel_sse2.asm 53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
173 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
554 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
667 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
921 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
925 movsxd r8, dword ptr arg(4) ;output_width ; Pitch for Source
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 209 ULONG Pitch;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 325 U032 Pitch;
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
141 neg rax ; pitch is positive
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
266 ; int pitch, int rows, int cols,int flimit)
300 movsxd rax, dword ptr arg(1) ;pitch ;
301 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
336 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
337 movd mm2, DWORD PTR [rdi] ; [s+pitch*7
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
141 neg rax ; pitch is positive
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
266 ; int pitch, int rows, int cols,int flimit)
300 movsxd rax, dword ptr arg(1) ;pitch ;
301 neg rax ; rax = -pitch
303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8]
336 movd mm1, DWORD PTR [rsi] ; [s-pitch*8]
337 movd mm2, DWORD PTR [rdi] ; [s+pitch*7
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 83 INT Pitch;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 83 INT Pitch;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 316 D3DXMATRIX* WINAPI D3DXMatrixRotationYawPitchRoll(D3DXMATRIX *pout, FLOAT yaw, FLOAT pitch, FLOAT roll);
342 D3DXQUATERNION* WINAPI D3DXQuaternionRotationYawPitchRoll(D3DXQUATERNION *pout, FLOAT yaw, FLOAT pitch, FLOAT roll);
429 STDMETHOD(RotateYawPitchRoll)(THIS_ FLOAT Yaw, FLOAT Pitch, FLOAT Roll) PURE;
430 STDMETHOD(RotateYawPitchRollLocal)(THIS_ FLOAT Yaw, FLOAT Pitch, FLOAT Roll) PURE;

Completed in 738 milliseconds

1 2