Searched refs:Pitch (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.cpp69 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/
H A DSimpleFontData.h51 enum Pitch { UnknownPitch, FixedPitch, VariablePitch }; enum in namespace:blink
138 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; }
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h445 FT_UShort Pitch; member in struct:TT_PCLT_
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
/external/freetype/include/
H A Dtttables.h449 FT_UShort Pitch; member in struct:TT_PCLT_
/external/libvpx/libvpx/vp8/common/ppc/
H A Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h445 FT_UShort Pitch; member in struct:TT_PCLT_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h445 FT_UShort Pitch; member in struct:TT_PCLT_
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm248 ; unsigned int Width, unsigned int Height, int Pitch)
292 movsxd rax, dword arg(7) ; Pitch
293 add arg(0), rax ; Start += Pitch
H A Dpostproc_sse2.asm662 ; unsigned int Width, unsigned int Height, int Pitch)
706 movsxd rax, dword arg(7) ; Pitch
707 add arg(0), rax ; Start += Pitch
H A Dsubpixel_sse2.asm53 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
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm248 ; unsigned int Width, unsigned int Height, int Pitch)
292 movsxd rax, dword arg(7) ; Pitch
293 add arg(0), rax ; Start += Pitch
H A Dpostproc_sse2.asm662 ; unsigned int Width, unsigned int Height, int Pitch)
706 movsxd rax, dword arg(7) ; Pitch
707 add arg(0), rax ; Start += Pitch
H A Dsubpixel_sse2.asm53 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
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h325 U032 Pitch; member in struct:__anon29583
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm510 movsxd rax, dword arg(7) ; Pitch
511 add arg(0), rax ; Start += Pitch
H A Dvp9_postproc_sse2.asm675 movsxd rax, dword arg(7) ; Pitch
676 add arg(0), rax ; Start += Pitch
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl83 INT Pitch;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl83 INT Pitch;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c1162 FT_FRAME_USHORT( Pitch ),
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm675 movsxd rax, dword arg(7) ; Pitch
676 add arg(0), rax ; Start += Pitch
/external/freetype/src/sfnt/
H A Dttload.c1179 FT_FRAME_USHORT( Pitch ),
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c501 * int Pitch distance between subsequent lines of frame
518 unsigned int Width, unsigned int Height, int Pitch)
524 unsigned char *Pos = Start + i * Pitch;
514 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c497 * int Pitch distance between subsequent lines of frame
514 unsigned int Width, unsigned int Height, int Pitch)
520 unsigned char *Pos = Start + i * Pitch;
510 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h582 out_locked_rect->Pitch = d3d_mapped.RowPitch;

Completed in 365 milliseconds

12