/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 109 int32_t outputWidth = scaledWidth.ValueOrDie(); in RenderResult() local 112 if (m_Width < outputWidth || m_Height < outputHeight) { in RenderResult() 117 if (m_Width > outputWidth || m_Height > outputHeight) { in RenderResult() 118 outputWidth = (int32_t)(outputWidth * in RenderResult() 119 ceil((FX_FLOAT)m_Width / (FX_FLOAT)outputWidth)); in RenderResult() 124 int32_t multiX = (int32_t)ceil((FX_FLOAT)outputWidth / (FX_FLOAT)tempWidth); in RenderResult() 130 int32_t leftPadding = (outputWidth - (inputWidth * multiX)) / 2; in RenderResult() 139 m_output->Init(outputWidth, outputHeight); in RenderResult() 144 (inputX < inputWidth) && (outputX < outputWidth - multiX); in RenderResult()
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 445 int32_t outputWidth = codeLength; in RenderResult() local 447 outputWidth = (int32_t)(codeLength * m_multiple / dataLengthScale); in RenderResult() 454 m_output->Init(outputWidth, outputHeight); in RenderResult() 458 if (outputX >= outputWidth) { in RenderResult() 461 if (outputX + m_multiple > outputWidth && outputWidth - outputX > 0) { in RenderResult() 462 m_output->SetRegion(outputX, 0, outputWidth - outputX, outputHeight, e); in RenderResult()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | AnnotatedBytes.java | 75 private int outputWidth; field in AnnotatedBytes 87 this.outputWidth = width; in AnnotatedBytes() 276 return outputWidth - leftWidth; in getAnnotationWidth() 286 int leftWidth = outputWidth - rightWidth - 1; in writeAnnotations()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 3252 GLsizei outputWidth = (mState.packRowLength > 0) ? mState.packRowLength : width; in readPixels() local 3253 GLsizei outputPitch = egl::ComputePitch(outputWidth, format, type, mState.packAlignment); in readPixels() 3256 …pixels = ((char*)pixels) + egl::ComputePackingOffset(format, type, outputWidth, outputHeight, mSta… in readPixels()
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |