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

  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 225 SortedMap<C, V> backing = backingRowMap(); local
226 if (backing == null) {
233 SortedMap<C, V> backing = backingRowMap(); local
234 if (backing == null) {
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 176 static SDL_Surface *backing; variable
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8,
211 if ( backing == NULL ) {
219 converted = SDL_DisplayFormat(backing);
220 SDL_FreeSurface(backing);
227 backing = converted;
255 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
296 SDL_BlitSurface(screen, &updates[1], backing, NULL);
312 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
316 SDL_BlitSurface(screen, &updates[1], backing, NULL)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 454 RenderLayerBacking* backing() const { return m_backing.get(); } function in class:WebCore::RenderLayer
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 409 if (layer->backing()) {
410 GraphicsLayerAndroid* backing = static_cast<GraphicsLayerAndroid*>( local
411 layer->backing()->graphicsLayer());
412 backing->updateScrollOffset();
681 // Invalidate the window (not the backing store).
699 // We need to go ahead and repaint the entire backing store. Do it now before moving the
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 224 milliseconds