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

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
CaptureDisplay.java 47 private static Image sImage;
66 CaptureDisplay.sImage = image;
138 if (sImage != null) {
139 int width = sImage.getBounds().width;
140 int height = sImage.getBounds().height;
143 e.gc.drawImage(sImage, x, y);
  /external/oprofile/libpp/
profile_spec.cpp 232 string simage = fixup_image_spec(spec.image, extra_found_images); local
239 if (filter.match(simage) || filter.match(slib_image))
247 if (!filter.match(simage))
274 if (!filter.match(simage))

Completed in 350 milliseconds