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

1 2

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 58 int32_t iWidth = bitmap_rect.Width();
60 int32_t iPitch = (iWidth * bpp + 31) / 32 * 4;
61 if (iWidth * iHeight < 1)
65 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 96 iWidth RN 5
125 ;// r5 - iWidth
149 M_LDR iWidth, ptrWidth
152 M_PRINTF "roi.width %d\n", iWidth
415 SUBS iWidth, iWidth, #4
424 M_LDR iWidth, ptrWidth
428 SUB pSrc, pSrc, iWidth
429 SUB pDst, pDst, iWidth
armVCM4P10_Interpolate_Chroma_s.s 41 iWidth RN 4
117 M_LDR iWidth, Width
131 SUB temp, iWidth, #1
136 ORR iWidth, iWidth, temp, LSL #16
177 ;// iWidth packed with MSB (top 16 bits)
179 ;// (iWidth -1) and LSB (lower 16 bits)
182 SUBS iWidth, iWidth, #1<<17
228 ADD iWidth, iWidth, #1<<1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 55 iWidth RN 4
148 M_LDRD iWidth, iHeight, Width
179 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
omxVCM4P10_InterpolateLuma_s.s 86 iWidth RN 5
193 M_LDR iWidth, ptrWidth
544 SUBS iWidth, iWidth, #4
551 M_LDR iWidth, ptrWidth
555 SUB pSrc, pSrc, iWidth
556 SUB pDst, pDst, iWidth
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_common_public.h 137 int iWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_common_public.h 137 int iWidth;
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 519 int32_t iWidth = 0;
525 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) {
530 iWidth += iCurCharWidth;
541 rtPiece.height = iWidth / 20000.0f;
545 rtPiece.width = iWidth / 20000.0f;
559 iPieceWidths += iWidth;
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 885 int32_t iWidth;
905 iWidth = pText->pWidths[i];
908 if (iWidth == 0) {
914 iCharWidth = FXSYS_abs(iWidth);
984 if (iWidth > 0)
fgas_textbreak.cpp     [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 123 UInt32 iWidth;
130 &iWidth,
135 iWidth,
1124 PyDoc_STR("(UInt32 iWidth, UInt32 iHeight, TXNFrameID iTXNFrameID) -> None")},
    [all...]
  /development/ndk/platforms/android-18/include/EGL/
eglext.h 249 EGLint iWidth;
  /development/ndk/platforms/android-19/include/EGL/
eglext.h 249 EGLint iWidth;
  /development/ndk/platforms/android-21/include/EGL/
eglext.h 249 EGLint iWidth;
  /development/ndk/platforms/android-23/include/EGL/
eglext.h 258 EGLint iWidth;
  /development/ndk/platforms/android-24/include/EGL/
eglext.h 258 EGLint iWidth;
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 258 EGLint iWidth;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 249 EGLint iWidth;
  /external/mesa3d/include/EGL/
eglext.h     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/swiftshader/include/EGL/
eglext.h     [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h 700 #define Header_SetBitmapMargin(hwnd,iWidth) (int)SNDMSG((hwnd),HDM_SETBITMAPMARGIN,(WPARAM)(iWidth),0)
    [all...]
winuser.h     [all...]

Completed in 812 milliseconds

1 2