HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 26 - 50 of 872) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.h 58 virtual void resize();
  /external/webkit/Source/WebKit/chromium/public/
WebWidget.h 57 // Called to resize the WebWidget.
58 virtual void resize(const WebSize&) = 0;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 49 * Before calling this, you must call {@link #resize(float,float)}.
64 public final void resize(float width, float height) { method in class:Shape
89 * Callback method called when {@link #resize(float,float)} is executed.
  /frameworks/base/libs/hwui/
TextureCache.cpp 208 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
225 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
230 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
235 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
243 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
255 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap,
266 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
270 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
272 if (resize) {
TextureCache.h 121 void uploadLoFiTexture(bool resize, SkBitmap* bitmap, uint32_t width, uint32_t height);
122 void uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 86 s.resize(width, s.getHeight());
94 s.resize(s.getWidth(), height);
  /external/chromium/base/
sys_string_conversions_win.cc 44 wide.resize(charcount);
63 mb.resize(charcount);
utf_string_conversion_utils.cc 82 output->resize(char_offset + CBU8_MAX_LENGTH);
88 output->resize(char_offset);
100 output->resize(char_offset + CBU16_MAX_LENGTH);
  /external/chromium/crypto/
encryptor_mac.cc 60 output->resize(0);
64 output->resize(output_size);
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 39 // resize function that is called when the existing buffer is not big enough.
48 // Implemented to resize the buffer. This function should update the buffer
53 virtual void resize(int) = 0;
125 resize(newCapacity);
  /external/webkit/Source/WebCore/bindings/js/
JSMessagePortCustom.cpp 65 portArray.resize(0);
75 portArray.resize(length);
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation);
160 m_data.resize(m_w*m_h+m_over_allocation);
164 m_data.resize(m_w*m_h*3+m_over_allocation);
208 m_rows.resize(m_h);
235 m_data.resize(m_w*m_h+m_over_allocation);
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 61 commit_ids_.resize(max_size);
62 metahandle_order_.resize(max_size);
63 types_.resize(max_size);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 145 visualAttributes.resize(totalGlyphs);
147 advances.resize(totalGlyphs);
149 justify.resize(totalGlyphs);
177 shaping.m_justify.resize(shaping.glyphLength());
439 m_runs.resize(UNISCRIBE_HELPER_STACK_RUNS);
499 m_runs.resize(numberOfItems);
504 m_runs.resize(0);
508 m_runs.resize(m_runs.size() * 2);
540 shaping.m_logs.resize(itemLength);
541 shaping.m_glyphs.resize(numGlyphs)
    [all...]
  /external/astl/tests/
test_vector.cpp 337 vec1.resize(0);
339 vec1.resize(5);
341 vec1.resize(10);
343 vec1.resize(11);
345 vec1.resize(100);
347 vec1.resize(10);
352 vec1.resize(0);
354 vec1.resize(5);
356 vec1.resize(10);
358 vec1.resize(11)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
remoting_ui.cc 51 html_bytes->data.resize(full_html.size());
sync_internals_html_source.cc 41 bytes->data.resize(html.size());
  /external/llvm/include/llvm/ADT/
UniqueVector.h 83 Vector.resize(0, 0);
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 62 // we reach into the string's private implementation and resize it without
68 s->resize(new_size);
  /external/webkit/Source/WebCore/platform/efl/
SharedBufferEfl.cpp 58 result->m_buffer.resize(fileStat.st_size);
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 109 m_frameBufferCache.resize(imageCount);
114 m_frameBufferCache.resize(1);
219 // to resize the m_frameBufferCache to the final size and update
229 m_frameBufferCache.resize(++imageCount);
236 m_frameBufferCache.resize(imageCount - 1);
  /frameworks/base/core/java/android/view/
HardwareLayer.java 97 * Resize the layer, if necessary, to be at least as large
103 abstract void resize(int width, int height); method in class:HardwareLayer
142 * To change the underlying storage, use the {@link #resize(int, int)}
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 78 SpillSlotToUsesMap.resize(8);
79 ImplicitDefed.resize(MF->getRegInfo().getNumVirtRegs());
94 Virt2PhysMap.resize(NumRegs);
95 Virt2StackSlotMap.resize(NumRegs);
96 Virt2ReMatIdMap.resize(NumRegs);
97 Virt2SplitMap.resize(NumRegs);
98 Virt2SplitKillMap.resize(NumRegs);
99 ReMatMap.resize(NumRegs);
100 ImplicitDefed.resize(NumRegs);
113 SpillSlotToUsesMap.resize(SpillSlotToUsesMap.size()*2)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 121 smallCapsBuffer.resize(length);
185 m_items.resize(6);
188 m_items.resize(m_items.size() * 2);
191 m_items.resize(numItems + 1);
229 clusters.resize(len);
234 glyphs.resize(1.5 * len + 16);
235 visualAttributes.resize(glyphs.size());
243 offsets.resize(glyphs.size());
244 advances.resize(glyphs.size());
398 // Need to resize our buffers
    [all...]

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>