Searched refs:width (Results 26 - 50 of 6535) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/
H A Dabout_nacl.css7 width: 200px;
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dmain.css12 width: 100%;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dpopup.css13 width: 512px;
/external/chromium_org/media/tools/shader_bench/
H A Dwindow.cc9 Window::Window(int width, int height) argument
14 window_handle_ = CreateNativeWindow(width, height);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPreElement.idl22 // FIXME: DOM spec says that width should be of type DOMString
24 [Reflect] attribute long width;
H A DImageData.idl32 readonly attribute long width;
/external/libvpx/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.h21 unsigned int width,
31 unsigned int width,
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java28 public int width; field in class:Texture
40 width = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_other.h39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigne
[all...]
H A Du_format_zs.h37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigne
[all...]
/external/chromium_org/ui/gfx/
H A Dfavicon_size.h15 // If the width or height is bigger than the favicon size, a new width/height
16 // is calculated and returned in width/height that maintains the aspect
18 UI_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DMemoryFlyoutPreferences.java29 public MemoryFlyoutPreferences(int dockLocation, int state, int width) { argument
32 m_width = width;
60 public void setWidth(int width) { argument
61 m_width = width;
/external/harfbuzz_ng/util/
H A Dansi-print.hh34 unsigned int width,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_other.h39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigne
[all...]
H A Du_format_zs.h37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigne
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
/external/chromium_org/third_party/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/chromium_org/tools/imagediff/
H A Dimage_diff_png.h16 int* width, int* height);
20 int width,
27 int width,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
/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/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer.cpp30 return fAreaSoFar / ((float)this->width() * this->height());
42 bool canAddWidth(int width, int containerWidth) const { argument
43 return fLoc.fX + width <= containerWidth;
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { argument
69 if ((unsigned)width > (unsigned)this->width() ||
74 int32_t area = width * height;
95 if (!row->canAddWidth(width, this->width())) {
106 GrAssert(row->canAddWidth(width, thi
119 Factory(int width, int height) argument
[all...]
H A DGrRectanizer_fifo.cpp30 return fAreaSoFar / ((float)this->width() * this->height());
42 bool canAddWidth(int width, int containerWidth) const { argument
43 return fLoc.fX + width <= containerWidth;
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) { argument
69 if ((unsigned)width > (unsigned)this->width() ||
74 int32_t area = width * height;
95 if (!row->canAddWidth(width, this->width())) {
106 GrAssert(row->canAddWidth(width, thi
119 Factory(int width, int height) argument
[all...]
/external/skia/src/gpu/
H A DGrRectanizer.cpp30 return fAreaSoFar / ((float)this->width() * this->height());
42 bool canAddWidth(int width, int containerWidth) const { argument
43 return fLoc.fX + width <= containerWidth;
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { argument
69 if ((unsigned)width > (unsigned)this->width() ||
74 int32_t area = width * height;
95 if (!row->canAddWidth(width, this->width())) {
106 GrAssert(row->canAddWidth(width, thi
119 Factory(int width, int height) argument
[all...]
H A DGrRectanizer_fifo.cpp30 return fAreaSoFar / ((float)this->width() * this->height());
42 bool canAddWidth(int width, int containerWidth) const { argument
43 return fLoc.fX + width <= containerWidth;
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) { argument
69 if ((unsigned)width > (unsigned)this->width() ||
74 int32_t area = width * height;
95 if (!row->canAddWidth(width, this->width())) {
106 GrAssert(row->canAddWidth(width, thi
119 Factory(int width, int height) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLengthSize.h34 LengthSize(Length width, Length height) argument
35 : m_width(width)
45 void setWidth(Length width) { m_width = width; } argument
46 Length width() const { return m_width; } function in struct:WebCore::LengthSize

Completed in 1463 milliseconds

1234567891011>>