HomeSort by relevance Sort by last modified time
    Searched full:imageproperty (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 75 IGLProperty imageProperty = getTextureImageProperty(state);
76 if (imageProperty == null) {
80 String texturePath = ((GLStringProperty) imageProperty).getStringValue();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 449 CSSPropertyID imageProperty;
451 imageProperty = CSSPropertyBorderImageSource;
453 imageProperty = CSSPropertyWebkitMaskBoxImageSource;
455 imageProperty = property;
461 image.setImage(styleImage(imageProperty, current));

Completed in 186 milliseconds