HomeSort by relevance Sort by last modified time
    Searched defs:FillMode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 77 * in a container, when loading a thumbnail in FillMode.AUTO mode.
87 ThumbnailLoader.FillMode = {
140 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
148 ThumbnailLoader.prototype.load = function(box, fillMode, opt_optimizationMode,
164 this.attachImage(box, fillMode);
174 this.load(box, fillMode, opt_optimizationMode, opt_onSuccess);
308 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
310 ThumbnailLoader.prototype.attachImage = function(container, fillMode) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Timing.h 41 enum FillMode {
65 , fillMode(FillModeAuto)
89 FillMode fillMode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 75 enum FillMode {
80 FillMode fill() const;
  /external/chromium_org/v8/src/
hydrogen.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusEnums.h 36 enum FillMode
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 442 D3D11_FILL_MODE FillMode;
458 FillMode = D3D11_FILL_SOLID;
469 explicit CD3D11_RASTERIZER_DESC(D3D11_FILL_MODE fillMode, D3D11_CULL_MODE cullMode,
472 FillMode = fillMode;
    [all...]
d3d10.h 687 D3D10_FILL_MODE FillMode;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 429 typedef enum FillMode {
432 } FillMode;

Completed in 309 milliseconds