HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 351 - 375 of 7601) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/print_preview/common/
search_box.css 18 width: 12px;
23 width: 100%;
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 14 min-width: 15em;
15 width: 20%;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.css 12 width: 400px;
23 width: 400px;
  /external/chromium_org/content/browser/resources/accessibility/
accessibility.css 11 min-width: 47em;
19 width: 16px;
  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 29 uint32_t width; member in struct:PP_VideoCaptureDeviceInfo_Dev
  /external/chromium_org/printing/
image_mac.cc 19 if (rect.width() < 1 || rect.height() < 1)
23 row_length_ = size_.width() * sizeof(uint32);
32 size_.width(),
43 CGRectMake(0, 0, size_.width(), size_.height()), params);
printed_page.cc 32 if (paper_size.width() > page_size().width()) {
33 int diff = paper_size.width() - page_size().width();
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 70 // Constructs a device with size |width| * |height| with contents initialized
73 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
78 static BitmapPlatformDevice* CreateAndClear(int width, int height,
83 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
100 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.h 48 static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
49 static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
52 int width() const { return m_size.width(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 40 SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId);
51 float width() const { return m_width; } function in class:blink::SVGTextMetrics
52 void setWidth(float width) { m_width = width; }
  /external/chromium_org/third_party/WebKit/Source/platform/
OverscrollTheme.cpp 52 IntRect(m_overhangShadow->width() / 2, m_overhangShadow->height() / 2, 1, 1));
57 // Note that for the position, the division m_overhangShadow->width() / 2 is an intentional
58 // round-down, and that for the width and height, the 1-pixel aperture is being replaced
61 static_cast<int>(rootContentLayer->position().x()) - m_overhangShadow->width() / 2,
63 static_cast<int>(rootContentLayer->size().width()) + m_overhangShadow->width() - 1,
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
FloatSizeCG.cpp 34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
  /external/chromium_org/third_party/WebKit/Source/platform/text/
StringTruncator.h 43 static float width(const String&, const Font&);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videorenderer.h 46 virtual bool SetSize(int width, int height, int reserved) = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.h 19 int width,
31 int width,
45 int width,
59 int width,
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4menc.h 24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.c 52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drisw_api.h 15 void *data, unsigned width, unsigned height);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.h 35 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
41 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height);
47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
lines.h 41 _mesa_LineWidth( GLfloat width );
  /external/chromium_org/third_party/skia/include/core/
SkImageInfo.h 116 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
117 return width * SkColorTypeBytesPerPixel(ct);
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
163 return SkImageInfo(width, height, ct, at);
169 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
170 return SkImageInfo(width, height, kN32_SkColorType, at);
176 static SkImageInfo MakeN32Premul(int width, int height) {
177 return SkImageInfo(width, height, kN32_SkColorType, kPremul_SkAlphaType);
184 return MakeN32Premul(size.width(), size.height());
187 static SkImageInfo MakeA8(int width, int height)
199 int width() const { return fWidth; } function in struct:SkImageInfo
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.h 30 seg->fWidth = this->width();
36 return fAreaSoFar / ((float)this->width() * this->height());
50 // Can a width x height rectangle fit in the free space represented by
54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
55 // Update the skyline structure to include a width x height rect located
57 void addSkylineLevel(int skylineIndex, int x, int y, int width, int height);
GrStencilBuffer.cpp 22 // we should never have more than one stencil buffer with same combo of (width,height,samplecount)
23 void gen_cache_id(int width, int height, int sampleCnt, GrCacheID* cacheID) {
27 keyData[0] = width;
36 GrResourceKey GrStencilBuffer::ComputeKey(int width,
43 gen_cache_id(width, height, sampleCnt, &id);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGFilter.cpp 16 SVG_ATTRIBUTE(width),
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.h 66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
87 etc1_uint32 width, etc1_uint32 height,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
102 // Read the image width from a PKM header

Completed in 1149 milliseconds

<<11121314151617181920>>