HomeSort by relevance Sort by last modified time
    Searched full:area (Results 1026 - 1050 of 5028) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 305 // RootWindow's bound can be bigger than gfx::Display's work area so that
306 // openingsystem tray doesn't affect at all the work area of popups.
324 // System tray is created, the popup's work area should be narrowed but still
331 // System tray notification is also created, the popup's work area is narrowed
423 // Checks the work area for normal auto-hidden state.
440 // The work area for auto-hidden status of fullscreen is a bit larger
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 604 // Docked window should be centered vertically in the work area.
606 // Docked background should extend to the bottom of work area.
615 // Docked window should be centered vertically in the work area.
617 // Docked background should extend to the bottom of work area.
713 // Docked area alignment should be cleared.
780 // Test the docked windows area size and default container resizing.
788 // Work area should cover the whole screen.
    [all...]
  /external/chromium_org/chrome/common/
print_messages.h 91 // Physical printable area of the page in pixels according to dpi.
94 // The y-offset of the printable area, in pixels according to dpi.
97 // The x-offset of the printable area, in pixels according to dpi.
264 // The printable area the page author specified.
391 // |printable_area_in_points| Specifies the printable area in points.
396 gfx::Rect /* printable area in points */,
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 88 /// this function to paint only part of the area.
90 /// The painted area of the source bitmap must fall entirely within the
123 /// The painted area of the source bitmap must fall entirely within the
142 /// @param[in] src_rect The rectangular area where the <code>ImageData</code>
156 /// The scroll can be larger than the area of the clipping rectangle, which
161 /// @param[in] amount The amount the area in the clipping rectangle will
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 104 const GLfloat area = majDx * botDy - botDx * majDy; variable
106 if (area * bf < 0 || area == 0 || IS_INF_OR_NAN(area))
108 ltor = (GLboolean) (area < 0.0F);
110 span.facing = area * swrast->_BackfaceSign > 0.0F;
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 179 // root's child pointers do not point to leaves, so minimize area increase
186 // break ties in favor of subtree with smallest area
213 // break ties with lowest area increase
275 int32_t area = get_area(r1) + get_area(r2); local
279 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) {
281 minArea = area;
  /external/f2fs-tools/include/
f2fs_fs.h 266 __le32 segment_count_main; /* # of segments for main area */
272 __le32 main_blkaddr; /* start block address of main area */
294 __le64 valid_block_count; /* # of valid blocks in main area */
297 __le32 free_segment_count; /* # of free segments in main area */
533 * frequently updated NAT/SIT entries can be stored in the spare area in
568 /* spare area is used by NAT or SIT journals */
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 225 * Creates a unit of area: acre.
233 * Creates a unit of area: hectare.
241 * Creates a unit of area: square-foot.
249 * Creates a unit of area: square-kilometer.
257 * Creates a unit of area: square-meter.
265 * Creates a unit of area: square-mile.
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 104 const GLfloat area = majDx * botDy - botDx * majDy; variable
106 if (area * bf < 0 || area == 0 || IS_INF_OR_NAN(area))
108 ltor = (GLboolean) (area < 0.0F);
110 span.facing = area * swrast->_BackfaceSign > 0.0F;
  /external/opencv/cv/src/
cvrotcalipers.cpp 265 /* find area of rectangle */
268 float area; local
284 area = width * height;
285 if( area <= minarea )
289 minarea = area;
298 buf[6] = area;
  /external/opencv/cvaux/src/
cvsegment.cpp 97 int area = 0; local
179 area += R - L + 1;
182 region->area = area;
190 double inv_area = area ? 1./area : 0;
  /external/skia/src/core/
SkRTree.cpp 179 // root's child pointers do not point to leaves, so minimize area increase
186 // break ties in favor of subtree with smallest area
213 // break ties with lowest area increase
275 int32_t area = get_area(r1) + get_area(r2); local
279 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) {
281 minArea = area;
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 315 // Splits the free area horizontally to minimize the horizontal section area
324 // Splits the free area horizontally to maximize the horizontal section area
333 // Splits the free area horizontally if the horizontal axis is shorter
342 // Splits the free area horizontally if the vertical axis is shorter
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbMessage.java 48 * are considered unique to the PLMN, to the current cell, or to the current Location Area (or
49 * Service Area in UMTS). The relevant values are concatenated into a single String which will be
74 /** Location / service area wide geographical scope (GSM/UMTS only). */
114 * message is not binary 01, the Location Area is included for comparison. If the GS is
255 * message is not binary 01, the Location Area is included. If the GS is 00 or 11, the
257 * if the location is included within another location area or within a PLMN and CellLocation.
  /external/chromium_org/chrome/app/
generated_resources.grd     [all...]
  /external/chromium_org/ash/display/
screen_ash.cc 57 int area = intersect.width() * intersect.height(); local
58 if (area > max_area) {
59 max_area = area;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 36 // The size of inside area used for mouse resizing.
99 // The panel does not show a resizing border. Instead, the inner content area
101 // falls within this area.
  /external/chromium_org/components/favicon_base/
favicon_util.cc 44 int area = png_data[i].pixel_size.GetArea(); local
45 if (area > maximum_area) {
46 maximum_area = area;
select_favicon_frames.cc 27 int area = candidate_sizes[i].GetArea(); local
28 if (area > max_area) {
29 max_area = area;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 157 // area.
165 // Returns true our scrollable area is in the FrameView's collection of scrollable areas. This can
228 // The width/height of our scrolled area.
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 193 StorageArea* area = storage->area(); local
194 return area->m_storageArea == sourceAreaInstance;
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 62 // area for the window, false if the default client area should be used. If
145 // Called when the system's work area has changed.
  /external/f2fs-tools/fsck/
f2fs.h 81 block_t sit_base_addr; /* start block address of SIT area */
82 block_t sit_blocks; /* # of blocks used by SIT area */
83 block_t written_valid_blocks; /* # of valid blocks in main area */
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 46 /// VarArgsRegSaveSize - Size of the register save area for vararg functions.
75 /// Also see AlignedDPRCSRegs below. Not all D-regs need to go in area 3.
102 /// VarArgsFrameIndex - FrameIndex for start of varargs area.
  /external/valgrind/main/include/
pub_tool_machine.h 118 // For get/set, 'area' is where the asked-for guest state will be copied
120 // accessed. If shadowNo == 1, the first shadow area is accessed, and
121 // if shadowNo == 2, the second shadow area is accessed. This gives a

Completed in 860 milliseconds

<<41424344454647484950>>