Searched refs:shrink (Results 26 - 50 of 105) sorted by relevance

12345

/external/chromium_org/printing/
H A Dprinted_document.h50 double shrink,
H A Dprinted_document.cc114 double shrink,
123 page->set_shrink_factor(shrink);
111 SetPage(int page_number, Metafile* metafile, double shrink, const gfx::Size& paper_size, const gfx::Rect& page_rect) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp62 newReferenceBoxLogicalSize.shrink(m_renderer.borderWidth(), m_renderer.borderHeight());
64 newReferenceBoxLogicalSize.shrink(m_renderer.borderHeight(), m_renderer.borderWidth());
68 newReferenceBoxLogicalSize.shrink(m_renderer.borderAndPaddingWidth(), m_renderer.borderAndPaddingHeight());
70 newReferenceBoxLogicalSize.shrink(m_renderer.borderAndPaddingHeight(), m_renderer.borderAndPaddingWidth());
/external/chromium_org/third_party/WebKit/Source/modules/vibration/
H A DNavigatorVibration.cpp55 sanitized.shrink(kVibrationPatternLengthMax);
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h534 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) {
535 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
636 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
639 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
/external/proguard/src/proguard/shrink/
H A DLocalVariableTypeUsageMarker.java22 package proguard.shrink;
H A DShrinker.java21 package proguard.shrink;
H A DUsagePrinter.java21 package proguard.shrink;
H A DAnnotationUsageMarker.java21 package proguard.shrink;
H A DShortestUsageMarker.java21 package proguard.shrink;
H A DShortestUsagePrinter.java21 package proguard.shrink;
/external/skia/include/core/
H A DSkTypes.h534 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) {
535 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
636 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
639 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
/external/chromium_org/chrome/browser/resources/about_welcome_android/
H A Dabout_welcome_android.css33 -webkit-flex-shrink: 1;
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java177 instruction.shrink() :
204 instruction.shrink() :
228 instruction.shrink() :
253 instruction.shrink() :
275 instruction.shrink() :
301 instruction.shrink() :
1118 public Instruction shrink() method in class:CodeAttributeEditor.CompositeInstruction
1122 instructions[index] = instructions[index].shrink();
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java149 void shrink() method in class:OpMap
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.cpp144 m_effects.shrink(dest);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp86 m_parentStack.shrink(0);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF16.cpp130 buffer.shrink(q - buffer.characters());
H A DBase64.cpp175 out.shrink(outLength);
216 out.shrink(outLength);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java324 public void shrink(int newSize) { method in class:IntList
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java677 public abstract Instruction shrink(); method in class:Instruction
H A DSimpleInstruction.java137 public Instruction shrink() method in class:SimpleInstruction
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java136 new BranchInstruction(opcode, newBranchOffset).shrink();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dfilter.css123 flex-shrink: 0;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp185 buffer.shrink(bufferSizeWithNUL - 1);
216 m_shortMonthLabels.shrink(0);
352 m_monthLabels.shrink(0);
378 m_weekDayShortLabels.shrink(0);

Completed in 8565 milliseconds

12345