HomeSort by relevance Sort by last modified time
    Searched full:arect (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/android/
native_window.h 114 ARect* inOutDirtyBounds);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.mm 150 - (NSSize)cellSizeForBounds:(NSRect)aRect {
151 NSSize size = [super cellSizeForBounds:aRect];
  /external/chromium_org/ui/message_center/cocoa/
settings_entry_view.mm 120 - (NSSize)cellSizeForBounds:(NSRect)aRect {
121 NSSize size = [super cellSizeForBounds:aRect];
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 244 CPDF_Rect arect; local
245 pAnnot->GetRect(arect);
246 matrix.MatchRect(arect, form_bbox);
doc_formcontrol.cpp 163 CFX_FloatRect arect = m_pWidgetDict->GetRect("Rect"); local
165 matrix.MatchRect(arect, form_bbox);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 154 ARect contentRect;
184 ARect pendingContentRect;
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 303 ARect inOutDirtyBounds;
327 ARect outBufferBounds;
  /external/chromium_org/base/mac/
sdk_forward_declarations.h 98 - (NSRect)convertRectToBacking:(NSRect)aRect;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 155 - (void)addToolTip:(NSString*)tooltip forRect:(NSRect)aRect;
autocomplete_text_field.mm 236 - (void)addToolTip:(NSString*)tooltip forRect:(NSRect)aRect {
238 [self addToolTipRect:aRect owner:tooltip userData:nil];
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 24 - (NSRect)convertRectToBacking:(NSRect)aRect;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 719 hwc_rect_t *aRect = &a->displayFrame;
722 if (bRect->right <= aRect->left ||
723 bRect->left >= aRect->right ||
724 bRect->top >= aRect->bottom ||
725 bRect->bottom <= aRect->top)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 424 - (NSRect)convertRectToBacking:(NSRect)aRect
426 return aRect;
429 - (NSRect)convertRectFromBacking:(NSRect)aRect
431 return aRect;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 533 ARect* inOutDirtyBounds = va_arg(args, ARect*);
797 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds)
  /development/ndk/platforms/android-13/include/android/
native_activity.h 211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
  /development/ndk/platforms/android-9/include/android/
native_activity.h 204 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
  /frameworks/native/include/android/
native_activity.h 211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
  /frameworks/native/include/gui/
Surface.h 174 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 197 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);

Completed in 1738 milliseconds

1 2 3 45 6 7