/frameworks/base/graphics/java/android/graphics/ |
Paint.java | [all...] |
/dalvik/libdex/ |
InstrUtils.h | 118 InstructionWidth* widths; member in struct:InstructionInfoTables 145 return gDexOpcodeInfo.widths[opcode];
|
/external/skia/gm/ |
path_stroke_with_zero_length.cpp | 116 SkScalar widths[] = { 0, .999f, 1, 1.001f, 20 }; variable 120 for (SkScalar width : widths) {
|
nonclosedpaths.cpp | 71 // Stroke widths are:
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
GreedyLineBreaker.java | 167 lineBreaks.widths = new float[mWidthsList.size()]; 178 lineBreaks.widths[i] = b;
|
/frameworks/minikin/include/minikin/ |
LineBreaker.h | 46 // TODO: want to generalize to be able to handle array of line widths 196 size_t lineNumber; // only updated for non-constant line widths
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ButteryProgressBar.java | 66 * down for wider and narrower widths, respectively-- the goal is to provide a relatively 72 * down for wider and narrower widths, respectively.
|
/external/skia/tools/ |
create_test_font.cpp | 132 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { 171 *widths->append() = width; 227 SkTDArray<SkScalar> widths; local 229 output_path_data(paint, emSize, &ptsOut, &verbs, &charCodes, &widths); 282 output_fixed(widths[index], emSize, &widthsStr);
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 456 // children with the widths computed in findLargestCells() 505 final int[] widths = row.getColumnsWidths(widthMeasureSpec, heightMeasureSpec); local 506 final int newLength = widths.length; 512 System.arraycopy(widths, 0, mMaxWidths, 0, newLength); 524 System.arraycopy(widths, oldMaxWidths.length, 535 maxWidths[j] = Math.max(maxWidths[j], widths[j]); 586 // Column's widths are changed: force child table rows to re-measure.
|
/cts/hostsidetests/services/activitymanager/src/android/server/cts/ |
ActivityManagerAppConfigurationTests.java | 112 * Throws an AssertionError if fullscreenSizes has widths/heights (depending on aspect ratio)
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutLineBreakingTest.java | 422 int[] widths = new int[] { 0, 4, 10 }; local 430 for (int width: widths) { 437 int[] widths = new int[] { 1, 4 }; local 438 for (int width: widths) {
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/deep_reports/ |
html_results.html | 66 // Update widths.
|
/external/freetype/src/base/ |
ftadvanc.c | 5 /* Quick computation of advance widths (body). */
|
/external/icu/icu4c/source/common/unicode/ |
ptypes.h | 22 * \brief C API: Definitions of integer types of various widths
|
/external/libvncserver/examples/ |
pnmshow.c | 61 /* vncviewers have problems with widths which are no multiple of 4. */
|
/external/pdfium/third_party/freetype/src/base/ |
ftadvanc.c | 5 /* Quick computation of advance widths (body). */
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
InputConfiguration.java | 85 * <p>Two input configurations are equal if and only if they have the same widths, heights, and
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearchTest.java | 32 * various widths and vertical placements.
|
VerticalFocusSearchTest.java | 31 * various widths and horizontal placements.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardLayout.java | 89 * The widths of the keys which are smaller than the true hit-area due to the gaps
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 120 // compute struct widths
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 117 // compute struct widths
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 120 // compute struct widths
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 117 // compute struct widths
|
/external/icu/icu4c/source/i18n/unicode/ |
measfmt.h | 27 * Constants for various widths. 28 * There are 4 widths: Wide, Short, Narrow, Numeric.
|