/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...] |
Renderer9.cpp | [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/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...] |
/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...] |
vp9_postproc_sse2.asm | 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch? 129 neg rax ; pitch is positive 229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch? 231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch? 252 ; int pitch, int rows, int cols,int flimit) 289 movsxd rax, dword ptr arg(1) ;pitch ; 290 neg rax ; rax = -pitch 292 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 325 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 326 movq xmm2, QWORD 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;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttload.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch? 129 neg rax ; pitch is positive 229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch? 231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch? 252 ; int pitch, int rows, int cols,int flimit) 289 movsxd rax, dword ptr arg(1) ;pitch ; 290 neg rax ; rax = -pitch 292 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 325 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 326 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 582 out_locked_rect->Pitch = d3d_mapped.RowPitch;
|
/external/freetype/src/sfnt/ |
ttload.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 582 out_locked_rect->Pitch = d3d_mapped.RowPitch;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
postproc.c | 122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch); 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 218 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 264 s += pitch; 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) 282 s[i*pitch]=s[0]; 288 s[(i+rows)*pitch]=s[(rows-1)*pitch]; 292 sumsq += s[i*pitch] * s[i*pitch]; [all...] |
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch); 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 217 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 263 s += pitch; 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) 282 s[i*pitch]=s[0]; 288 s[i*pitch]=s[(rows-1)*pitch]; 292 sumsq += s[i*pitch] * s[i*pitch]; [all...] |