OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize
(Results
176 - 200
of
872
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java
359
mShapeState.mShape.
resize
(w, h);
361
mShapeState.mPaint.setShader(mShapeState.mShaderFactory.
resize
(w, h));
433
* is resized (has a new width or height). Its
resize
() method returns a
451
public abstract Shader
resize
(int width, int height);
method in class:ShapeDrawable.ShaderFactory
455
//
resize
params (e.g. scaletofit, etc.). This could be used to scale
/external/chromium/base/
stack_container_unittest.cc
56
//
Resize
to smaller. Our STL implementation won't reallocate in this case,
57
// otherwise it might use our stack buffer. We reserve right after the
resize
60
vect.container().
resize
(stack_size);
/external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h
26
data.
resize
(128, L' ');
/external/chromium/chrome/browser/ui/webui/
downloads_ui.cc
117
html_bytes->data.
resize
(full_html.size());
/external/chromium/chrome/common/extensions/
extension_localization_peer.cc
121
data_.
resize
(data_.size());
/external/chromium/crypto/
encryptor_openssl.cc
121
result.
resize
(out_len);
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h
70
data.
resize
(s);
/external/llvm/lib/Analysis/
ProfileInfoLoader.cpp
66
Data.
resize
(NumEntries, ProfileInfoLoader::Uncounted);
/external/llvm/lib/CodeGen/
RegisterClassInfo.cpp
47
CSRNum.
resize
(TRI->getNumRegs(), 0);
/external/llvm/lib/MC/
MCAtom.cpp
83
Data.
resize
(TruncPt - Begin + 1);
/external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp
59
BlockSizes.
resize
(Fn.getNumBlockIDs());
/external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
60
BlockSizes.
resize
(Fn.getNumBlockIDs());
/external/llvm/lib/VMCore/
LLVMContext.cpp
143
Names.
resize
(pImpl->CustomMDKindNames.size());
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptconverter_p.h
91
buf.
resize
(-decpt + 2 + sign);
/external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.cpp
54
void StringBuilder::
resize
(unsigned newSize)
function in class:WTF::StringBuilder
/external/webkit/Source/WebCore/inspector/front-end/
ExtensionPanel.js
47
this.
resize
();
FontView.js
84
resize
: function()
/external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp
82
outputVector.
resize
(width * height * 4);
/external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp
103
row.
resize
(imageSize.width() * sizeof(SkPMColor));
/external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp
169
footerBuffer.
resize
(footerLength);
/external/webkit/Source/WebCore/plugins/
PluginStream.cpp
229
m_deliveryData->
resize
(0);
380
m_deliveryData->
resize
(remainingBytes);
387
m_deliveryData->
resize
(0);
436
m_deliveryData->
resize
(oldSize + length);
/external/webkit/Source/WebCore/rendering/
RenderFrameSet.h
84
void
resize
(int);
/external/webkit/Source/WebKit/android/WebCoreSupport/
UrlInterceptResponse.cpp
73
out->
resize
(size);
/external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp
134
bool ShareableBitmap::
resize
(const IntSize& size)
function in class:WebKit::ShareableBitmap
136
// We can't
resize
backing stores that are backed by shared memory.
144
// Try to
resize
.
/external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp
89
void TiledDrawingAreaTile::
resize
(const IntSize& newSize)
function in class:WebKit::TiledDrawingAreaTile
Completed in 1685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>