Searched refs:shrink (Results 1 - 25 of 119) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventPath.h59 void shrink(size_t newSize) { m_eventContexts.shrink(newSize); } function in class:WebCore::EventPath
/external/proguard/src/proguard/shrink/
H A DUsedClassFilter.java21 package proguard.shrink;
H A DUsedMemberFilter.java21 package proguard.shrink;
H A DInterfaceUsageMarker.java21 package proguard.shrink;
H A DShortestUsageMark.java21 package proguard.shrink;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuffer.h54 void shrink(unsigned newLength) function in class:WTF::StringBuffer
73 shrink(newLength);
/external/proguard/src/proguard/
H A DProGuard.java29 import proguard.shrink.Shrinker;
80 if (configuration.shrink ||
98 if (configuration.shrink)
100 shrink();
121 if (configuration.shrink)
127 shrink();
142 if (configuration.shrink ||
274 private void shrink() throws IOException method in class:ProGuard
H A DConfiguration.java109 public boolean shrink = true; field in class:Configuration
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc131 int shrink = scale_when_drag_started_; local
133 root_bounds.Inset(0, 0, shrink, shrink);
135 src_indicator_bounds.Inset(-shrink, -shrink, -shrink, -shrink);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h65 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::FloatRoundedRect::Radii
66 void shrink(float size) { shrink(size, size, size, size); } function in class:WebCore::FloatRoundedRect::Radii
90 void shrinkRadii(float size) { m_radii.shrink(size); }
H A DRoundedRect.h68 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::RoundedRect::Radii
69 void shrink(int size) { shrink(size, size, size, size); } function in class:WebCore::RoundedRect::Radii
97 void shrinkRadii(int size) { m_radii.shrink(size); }
/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java71 constantInstruction.constant).shrink();
H A DMethodInvocationFixer.java105 constantIndex).shrink();
126 constantIndex).shrink();
152 invokeinterfaceConstant).shrink();
176 constantIndex).shrink();
H A DInstructionWriter.java87 constantInstruction.constant).shrink();
112 variableInstruction.constant).shrink();
146 branchInstruction.branchOffset).shrink();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp135 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX;
137 fSkyline[i].fX += shrink;
138 fSkyline[i].fWidth -= shrink;
/external/proguard/src/proguard/ant/
H A DProGuardTask.java108 public void setShrink(boolean shrink) argument
110 configuration.shrink = shrink;
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp135 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX;
137 fSkyline[i].fX += shrink;
138 fSkyline[i].fWidth -= shrink;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm7 ; shrink & relocate stack:
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.cpp98 m_buffer.shrink(writePosition + maxLength - m_stream->avail_out);
120 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
185 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
217 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java148 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
226 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
318 new VariableInstruction(opcode, parameterOffset + parameterIndex).shrink());
326 new VariableInstruction(InstructionConstants.OP_ASTORE, 0).shrink());
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java281 new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink());
289 new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink());
322 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
349 branchInstruction.shrink());
362 codeAttributeComposer.appendInstruction(offset, simpleInstruction.shrink());
375 codeAttributeComposer.appendInstruction(offset, variableInstruction.shrink());
433 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
/external/chromium_org/printing/
H A Dprinted_document.h45 void SetPage(int page_number, Metafile* metafile, double shrink,
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLabeledList.java72 labelToIndex.shrink(newSize);
/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java80 public Instruction shrink() method in class:BranchInstruction
H A DLookUpSwitchInstruction.java77 public Instruction shrink() method in class:LookUpSwitchInstruction
79 // There aren't any ways to shrink this instruction.

Completed in 3688 milliseconds

12345