Searched defs:width (Results 26 - 50 of 3377) sorted by relevance

1234567891011>>

/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp10 SkBorder::SkBorder(SkPaint& p, SkScalar width, BorderStyle style) argument
15 fWidths[i] = width;
/external/skia/include/utils/
H A DSkDebugUtils.h36 inline void SkDebugDumpMathematica(const char *name, const T *array, int width, int height) { argument
41 for (int j = 0 ; j < width ; j++) {
42 SkDebugDumpMathematica<T>(array[i*width + j]);
43 if (j != width-1) {
/external/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument
/external/skia/src/gpu/
H A DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, argument
28 width,
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { argument
12 if ((unsigned)width > (unsigned)this->width() ||
17 int32_t area = width * height; // computed here since height will be modified
33 if (!row->canAddWidth(width, this->width())) {
44 SkASSERT(row->canAddWidth(width, this->width()));
46 row->fLoc.fX += width;
48 SkASSERT(row->fLoc.fX <= this->width());
[all...]
/external/skia/tests/
H A DBitmapTest.cpp14 int width = 1 << 29; // *4 will be the high-bit of 32bit int local
16 SkImageInfo info = SkImageInfo::MakeA8(width, 1);
21 // for a 4-byte config, this width will compute a rowbytes of 0x80000000,
36 for (int width = 0; width < 2; ++width) {
39 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height));
44 REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
H A DMakefile13 --export-width=$(word 1, $(subst x, , $(@))) \
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js5 var portrait = { width: window.innerWidth, height: window.innerHeight };
6 var landscape = { width: window.innerHeight, height: window.innerWidth };
9 window.resizeTo(portrait.width, portrait.height);
11 window.resizeTo(landscape.width, landscape.height);
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring_pulse.c35 // pulse width measuring loop and achieve finer resolution. calling
40 unsigned long width = 0; // keep initialization out of time critical area local
61 width++;
68 return clockCyclesToMicroseconds(width * 21 + 16);
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.cc9 FixedSizedImageView::FixedSizedImageView(int width, int height) argument
10 : width_(width),
21 return gfx::Size(width_ ? width_ : size.width(),
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util_unittest.cc50 rect_picture, true, size.width(), size.height());
88 int width = 100; local
95 profile_image, false, width, height);
102 gfx::Size size(width, height);
104 rect_picture, true, width, height);
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h21 WebSize(int width, int height);
24 int width; member in struct:WebSize
30 WebRect(int x, int y, int width, int height);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_metrics.h9 DeviceMetrics(int width, int height, double device_scale_factor);
12 int width; member in struct:DeviceMetrics
/external/chromium_org/content/renderer/
H A Dsad_plugin.cc19 const int width = plugin_rect.width(); local
31 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height),
35 SkIntToScalar(std::max(0, (width - sad_plugin_bitmap.width()) / 2)),
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc15 EGLImageKHR GTFCreateEGLImage(int width, int height, argument
39 width,
/external/chromium_org/media/cast/test/utility/
H A Dgenerate_barcode_video.cc26 "<width> <height> <fps> <frames> >output.y4m\n");
29 int width = atoi(argv[1]); local
34 media::VideoFrame::CreateBlackFrame(gfx::Size(width, height));
35 printf("YUV4MPEG2 W%d H%d F%d:1 Ip C420mpeg2\n", width, height, fps);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.h20 int32_t width; member in struct:__anon8930
/external/chromium_org/ppapi/c/
H A Dpp_size.h16 * This file defines the width and height of a 2D rectangle.
28 /** This value represents the width of the rectangle. */
29 int32_t width; member in struct:PP_Size
39 /** This value represents the width of the rectangle. */
40 float width; member in struct:PP_FloatSize
54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
57 * @param[in] w An int32_t value representing a width.
64 ret.width = w;
71 * width and height as float values.
73 * @param[in] w An float value representing a width
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_video_track_shared.h18 width(0),
22 int32_t width; member in struct:ppapi::MediaStreamVideoTrackShared::Attributes
/external/chromium_org/ppapi/tests/
H A Dtest_video_decoder.cc17 const int width = 16; local
19 const int32_t attribs[] = {PP_GRAPHICS3DATTRIB_WIDTH, width,
/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc31 int64 width = dimensions_.width(); local
35 width = std::min(width * new_dpi.x() / dpi_.x(),
39 return webrtc::DesktopSize(width, height);
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device.h24 inline bool RasterDeviceTooBigToAllocate(int width, int height) { argument
31 int64_t bytes = (int64_t)width * height * bytesPerPixel;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DWordMeasurement.h38 , width(0)
45 float width; member in class:blink::WordMeasurement
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderEdge.h30 int width; member in struct:blink::BorderEdge
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.cpp39 : m_width(size.width().toFloat())
59 FloatSize FloatSize::narrowPrecision(double width, double height) argument
61 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));

Completed in 3007 milliseconds

1234567891011>>