/external/libxcam/xcore/interface/ |
blender.cpp | 95 uint32_t width0, uint32_t width1, uint32_t blend_width, 98 out_window.pos_x = blend_width - width1; 99 out_window.width = (width0 + width1 - blend_width) / 2;
|
blender.h | 80 uint32_t width0, uint32_t width1, uint32_t blend_width, Rect &out_window);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
TwoColumnOutput.java | 54 * @param width1 {@code > 0;} width of the first column 60 public static String toString(String s1, int width1, String spacer, 67 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 481 int width1 = annotationWidth - width2 - 1; local 483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/dalvik/dx/src/com/android/dx/util/ |
TwoColumnOutput.java | 54 * @param width1 {@code > 0;} width of the first column 60 public static String toString(String s1, int width1, String spacer, 67 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 497 int width1 = annotationWidth - width2 - 1; local 499 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/external/webp/src/demux/ |
anim_decode.c | 280 int* const left1, int* const width1, 287 *width1 = 0; 294 *width1 = src->width; 300 *width1 = dst->x_offset - src->x_offset; 386 int left1, width1, left2, width2; local 387 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, 389 if (width1 > 0) { 392 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1);
|
/external/skia/tests/ |
FontHostTest.cpp | 295 SkScalar width1 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding); local 301 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2)); 303 REPORTER_ASSERT(reporter, width1 == width2);
|
/external/skqp/tests/ |
FontHostTest.cpp | 295 SkScalar width1 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding); local 301 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2)); 303 REPORTER_ASSERT(reporter, width1 == width2);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ResourcesTest.java | 826 float width1 = p1.measureText(text); local 831 if (width1 > width2) { 833 } else if (width1 < width2) { [all...] |
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
layers_test.py | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmInstructionTests.cpp | [all...] |
/external/dexmaker/lib/ |
dalvik-dx-9.0.0_r3.jar | |