HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 101 - 125 of 332) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/manifest/
manifest_parser.cc 172 // height value for an icon sizes per:
173 // https://html.spec.whatwg.org/multipage/semantics.html#attr-link-sizes
183 // Parses the 'sizes' attribute of an icon as described in the HTML spec:
184 // https://html.spec.whatwg.org/multipage/semantics.html#attr-link-sizes
185 // Return a vector of gfx::Size that contains the valid sizes found. "Any" is
188 // be refactored with the other icon sizes parsing implementations, see
194 std::vector<gfx::Size> sizes;
203 sizes.push_back(gfx::Size(0, 0));
223 sizes.push_back(gfx::Size(width, height));
226 return sizes;
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 52 static void SetSizes(const UInt64 **srcSizes, CRecordVector<UInt64> &sizes,
55 sizes.Clear();
61 sizes.Add(0);
66 sizes.Add(*srcSizes[i]);
67 sizePointers.Add(&sizes.Back());
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 548 // Calculate sizes so that we can maintain the ratios if we need to resize.
576 std::vector<int> sizes; local
577 int leftovers = CalculateAttachedSizes(delta, available_size, &sizes);
594 DCHECK_EQ(attached_windows_.size(), sizes.size());
600 attached_bounds.set_width(sizes[i]);
603 attached_bounds.set_height(sizes[i]);
606 last += sizes[i];
613 std::vector<int>* sizes) const {
641 sizes->push_back(window_sizes[i].size());
648 std::vector<WindowSize>& sizes) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.idl 42 [Reflect, RuntimeEnabled=PictureSizes] attribute DOMString sizes;
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 82 for source, sizes in by_source.iteritems():
83 InsertIntoTree(data, source, sum(sizes))
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 146 int GetLargestSizeIndex(const std::vector<gfx::Size>& sizes, int max_area) {
147 DCHECK(!sizes.empty());
149 for (size_t i = 0; i < sizes.size(); ++i) {
150 int area = sizes[i].GetArea();
151 if ((ret == -1 || sizes[ret].GetArea() < area) && area <= max_area)
159 int GetIndexBySize(const std::vector<gfx::Size>& sizes,
161 DCHECK(!sizes.empty());
163 std::find(sizes.begin(), sizes.end(), size);
164 if (i == sizes.end()
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 292 def __init__(self, typeGen, sizes):
295 self.sizes = tuple(map(int,sizes))
299 self.cardinality = len(self.sizes)*self.typeGen.cardinality
302 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
303 return ArrayType(N, True, self.typeGen.get(T), self.sizes[S])
306 def __init__(self, typeGen, sizes):
309 self.sizes = tuple(size)
313 self.cardinality = len(self.sizes)*self.typeGen.cardinality
316 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality
    [all...]
  /build/tools/
dump-package-stats 34 Dumps a summary of the compressed and uncompressed sizes of various
  /development/ndk/platforms/android-3/include/linux/
msm_audio.h 17 #include <asm/sizes.h>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 159 * support preview sizes at the same aspect ratio as the device's display.
267 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) {
270 if (sizes == null) return null;
278 for (Size size : sizes) {
290 for (Size size : sizes) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 167 * because not all devices have cameras that support preview sizes at the same
286 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) {
289 if (sizes == null)
298 for (Size size : sizes) {
311 for (Size size : sizes) {
  /device/lge/mako/camera/
QCameraParameters.cpp 249 //ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
280 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes)
293 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
296 sizes.push(Size(width, height));
306 void QCameraParameters::getSupportedHfrSizes(Vector<Size> &sizes) const
309 parseSizesList(hfrSizesStr, sizes);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 261 //ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
292 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes)
305 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
308 sizes.push(Size(width, height));
318 void QCameraParameters::getSupportedHfrSizes(Vector<Size> &sizes) const
321 parseSizesList(hfrSizesStr, sizes);
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.h 48 // |sizes| and resizes it to that size. This returns a map of sizes to bitmaps
49 // which contains only bitmaps of a size in |sizes| and at most one bitmap of
53 const std::set<int>& sizes);
convert_web_app_unittest.cc 107 const int sizes[] = {16, 48, 128}; local
108 for (size_t i = 0; i < arraysize(sizes); ++i) {
110 web_app.app_url.Resolve(base::StringPrintf("%i.png", sizes[i])));
111 web_app.icons.push_back(GetIconInfo(icon_url, sizes[i]));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.h 131 void setControlSize(NSCell*, const IntSize* sizes, const IntSize& minSize, float zoomLevel = 1.0f);
132 void setSizeFromFont(RenderStyle*, const IntSize* sizes) const;
133 IntSize sizeForFont(RenderStyle*, const IntSize* sizes) const;
134 IntSize sizeForSystemFont(RenderStyle*, const IntSize* sizes) const;
  /external/chromium_org/third_party/freetype/src/cache/
ftcmanag.h 105 FTC_MruListRec sizes; member in struct:FTC_ManagerRec_
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
db.h 120 // For each i in [0,n-1], store in "sizes[i]", the approximate
123 // Note that the returned sizes measure file system space usage, so
125 // sizes will be one-tenth the size of the corresponding user data size.
127 // The results may not include the sizes of recently written data.
129 uint64_t* sizes) = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.h 97 uint32_t sizes[8], int *count,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 86 const unsigned *sizes);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
48 jmp far 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
  /external/freetype/src/cache/
ftcmanag.h 105 FTC_MruListRec sizes; member in struct:FTC_ManagerRec_
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 86 const unsigned *sizes);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 160 struct vertex2f *offsets, v, sizes; local
221 sizes.x = (float)(matrix_width - 1) / 2.0f;
222 sizes.y = (float)(matrix_height - 1) / 2.0f;
224 for (v.x = -sizes.x, i = 0; v.x <= sizes.x; v.x += 1.0f)
225 for (v.y = -sizes.y; v.y <= sizes.y; v.y += 1.0f)
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 262 } sizes[] = local
288 FOR_EACH(size, sizes,
297 if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].height)))
300 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + sizes[size].name + "_" + formats[format].name;
306 sizes[size].width, sizes[size].height));

Completed in 1250 milliseconds

1 2 3 45 6 7 8 91011>>