Searched defs:width (Results 126 - 150 of 2211) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
34 * @param width - the target width
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) { argument
38 int numSpaces = width - string.length();
43 * Pad the specified String with spaces to the left to the specified width. If the length
44 * of string is already equal to or greater than width, then just return string.
47 * @param width
50 padLeft(String string, int width) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DVideoQuality.java21 int width; field in class:VideoQuality
/external/opencv/otherlibs/highgui/
H A Dcvcap.cpp90 CV_IMPL CvCapture* cvCreateSocketCapture( const char *address, const char* port, int width, int height ) argument
92 return cvCreateCameraCapture_Socket(address, port, width, height);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pathobject.cpp38 FX_FLOAT width = m_GraphState.GetLineWidth(); local
39 if (m_bStroke && width != 0) {
40 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit());
46 if (width == 0 && m_bStroke) {
/external/pdfium/testing/libfuzzer/
H A Dpdf_codec_fax_fuzzer.cc20 int width = GetInteger(data); local
33 fax_module.CreateDecoder(data, size, width, height, K, EndOfLine,
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonByteMatrix.cpp26 CBC_CommonByteMatrix::CBC_CommonByteMatrix(int32_t width, int32_t height) { argument
28 m_width = width;
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.cpp25 CBC_BarcodeRow::CBC_BarcodeRow(int32_t width) { argument
26 m_row.SetSize(width);
39 void CBC_BarcodeRow::addBar(bool black, int32_t width) { argument
40 for (int32_t ii = 0; ii < width; ii++) {
/external/proguard/src/proguard/gui/splash/
H A DRectangleSprite.java36 private final VariableInt width; field in class:RectangleSprite
48 * @param width the variable width of the rectangle.
55 VariableInt width,
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
68 * @param width the variable width of the rectangle.
70 * @param arcWidth the variable width of the corner arcs.
77 VariableInt width,
86 this.width
51 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height) argument
73 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height, VariableInt arcWidth, VariableInt arcHeight) argument
[all...]
/external/skia/bench/
H A DBlurRoundRectBench.cpp25 BlurRoundRectBench(int width, int height, int cornerRadius) argument
27 fName.appendf("_WH_%ix%i_cr_%i", width, height, cornerRadius);
28 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height));
37 return SkIPoint::Make(SkScalarCeilToInt(fRRect.rect().width()),
H A DLineBench.cpp29 LineBench(SkScalar width, bool doAA) { argument
30 fStrokeWidth = width;
32 fName.printf("lines_%g_%s", width, doAA ? "AA" : "BW");
/external/skia/gm/
H A Dfatpathfill.cpp19 static sk_sp<SkSurface> new_surface(int width, int height) { argument
20 return SkSurface::MakeRasterN32Premul(width, height);
H A Dshadowmaps.cpp20 static sk_sp<SkPicture> make_test_picture(int width, int height) { argument
24 SkCanvas* canvas = recorder.beginRecording(SkRect::MakeIWH(width, height));
35 canvas->drawRect(SkRect::MakeIWH(width, height), paint);
H A Dthinconcavepaths.cpp14 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { argument
16 path.moveTo(10 + width, 10 + width);
17 path.lineTo(40, 10 + width);
19 path.lineTo(10 + width, 20);
21 path.lineTo(10, 20 + width);
22 path.lineTo(40 + width, 20 + width);
23 path.lineTo(40 + width, 10);
27 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { argument
39 draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
52 draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
68 draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
83 draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
95 draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
109 draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) argument
[all...]
/external/skia/include/android/
H A DSkBitmapRegionDecoder.h80 int width() const { return fWidth; } function in class:SkBitmapRegionDecoder
87 SkBitmapRegionDecoder(int width, int height) argument
88 : fWidth(width)
/external/skia/src/android/
H A DSkBitmapRegionDecoderPriv.h46 int width = SkTMin(imageDims.width() - left, subset->width() - *outX); local
48 if (width <= 0 || height <= 0) {
52 subset->setXYWH(left, top, width, height);
53 if ((*outX != 0) || (*outY != 0) || (width != subset->width()) ||
/external/skia/src/codec/
H A DSkSampler.cpp19 const int width = info.width(); local
34 sk_memset32((uint32_t*) dstRow, color, width);
55 sk_memset16((uint16_t*) dstRow, color, width);
86 sk_memset64((uint64_t*) dstRow, color, width);
/external/skia/src/core/
H A DSkAlphaRuns.cpp12 void SkAlphaRuns::reset(int width) { argument
13 SkASSERT(width > 0);
16 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width);
18 fRuns[0] = SkToS16(width);
19 fRuns[width] = 0;
22 SkDEBUGCODE(fWidth = width;)
H A DSkBitmapProvider.cpp13 int SkBitmapProvider::width() const { function in class:SkBitmapProvider
14 return fImage->width();

Completed in 5866 milliseconds

1234567891011>>