HomeSort by relevance Sort by last modified time
    Searched refs:POINT (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 139 POINT size = {minimumWindowWidth, minimumWindowHeight};
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 112 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] OLE_HANDLE deviceContext);
IWebViewPrivate.idl 237 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] OLE_HANDLE dc);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 63 smb.addIndexSetType(Mesh.Primitive.POINT);
69 smb2.addIndexSetType(Mesh.Primitive.POINT);
237 // Program raster is primarily used to specify whether point sprites are enabled and
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 166 innerPointBuilder.addIndexSetType(Primitive.POINT);
176 outerPointBuilder.addIndexSetType(Primitive.POINT);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 70 smb2.addIndexSetType(Mesh.Primitive.POINT);
76 smb3.addIndexSetType(Mesh.Primitive.POINT);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 182 if (flag == POINT || (atend && flag == PARAGRAPH))
193 if (flag == POINT || (atend && flag == PARAGRAPH))
366 if (flag == POINT || (flag == PARAGRAPH && atend))
376 if (flag == POINT || (flag == PARAGRAPH && atend))
552 if (flag == POINT || (flag == PARAGRAPH && start == length()))
561 if (flag == POINT || (flag == PARAGRAPH && end == length()))
1023 if (endFlag(mSpanFlags[wfound]) == POINT)
    [all...]
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 111 POINT pt;
196 POINT pt;
384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
393 point.fX = xUnitsToPoints(pt.fX);
394 point.fY = yUnitsToPoints(pt.fY);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
MeshTest.java 191 assertEquals(Mesh.Primitive.POINT, Mesh.Primitive.valueOf("POINT"));
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 110 const gfx::Point& image_offset) {
270 POINT screen_pt = { params.x, params.y };
  /external/collada/include/1.4/dom/
domLight.h 70 * The color element contains three floating point numbers specifying the
131 * The color element contains three floating point numbers specifying the
176 * The point element declares the parameters required to describe a point
177 * light source. A point light source radiates light in all directions from
178 * a known location in space. The intensity of a point light source is attenuated
185 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::POINT; }
191 * The color element contains three floating point numbers specifying the
290 * The color element contains three floating point numbers specifying the
401 * The point element declares the parameters required to describe a poin
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 346 static void drawPatternSimple(HDC hdc, const RECT& destRect, HBITMAP hbmp, const POINT& phase)
352 POINT oldOrg;
358 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase)
493 POINT phaseWin = { stableRound(visibleDstRect.x() - phase.x()), stableRound(visibleDstRect.y() - phase.y()) };
PlatformPathWinCE.cpp 167 static inline int quadrant(const PathPoint& point, const PathPoint& origin)
169 return point.m_x < origin.m_x ?
170 (point.m_y < origin.m_y ? 2 : 1)
171 : (point.m_y < origin.m_y ? 3 : 0);
242 POINT* winPoints = 0;
245 winPoints = new POINT[npoints + 1];
247 winPoints = new POINT[npoints];
325 bool PathPolygon::contains(const FloatPoint& point) const
330 // Test intersections between the polygon and the vertical line: x = point.x()
339 if (point1->x() != point.x())
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 49 static POINT lastMousePosition;
217 static inline POINTL pointl(const POINT& point)
220 result.x = point.x;
221 result.y = point.y;
238 POINT screenPoint = msg.pt;
311 POINT screenPoint = msg.pt;
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 75 meshBuilder.addIndexSetType(Primitive.POINT);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 262 POINT pt;
438 POINT center;
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 160 void HUDSlider::drag(const IntPoint& point, bool start)
166 int relativeX = point.x() - m_rect.location().x();
168 m_dragStartOffset = point.x() - m_buttonPosition;
173 m_buttonPosition = max(0, min(m_rect.width() - m_buttonSize, point.x() - m_dragStartOffset));
549 POINT sourcePoint = {0, 0};
550 POINT destPoint = { m_hudPosition.x(), m_hudPosition.y() };
611 void FullscreenVideoController::onMouseDown(const IntPoint& point)
613 IntPoint convertedPoint(fullscreenToHUDCoordinates(point));
650 void FullscreenVideoController::onMouseMove(const IntPoint& point)
652 IntPoint convertedPoint(fullscreenToHUDCoordinates(point));
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 244 POINT current_pos;
375 gfx::Point view_center(view->width() / 2, view->height() / 2);
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 233 static const POINT polygon[] = {
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 68 smb2.addIndexSetType(Mesh.Primitive.POINT);
  /external/chromium/chrome/browser/
aeropeek_manager.cc 187 POINT* client,
193 HWND, HBITMAP, POINT*, DWORD);
491 POINT content_offset = {content_bounds_.x(), content_bounds_.y()};
    [all...]
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 481 POINT topleft = {bounds.x(), bounds.y()};
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 99 POINT cursor_point = {GET_X_LPARAM(pos), GET_Y_LPARAM(pos)};
273 void BaseTabStrip::ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) {
341 drag_controller_->Init(this, tab, tabs, gfx::Point(x, y),
369 const gfx::Point& tab_in_tab_coordinates) {
370 gfx::Point local_point = tab_in_tab_coordinates;
530 BaseTab* BaseTabStrip::GetTabAtLocal(const gfx::Point& local_point) {
533 return NULL; // No tab contains the point.
  /external/openssl/crypto/rand/
rand_win.c 153 POINT ptScreenPos;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 435 POINT size = {400, 400};

Completed in 1991 milliseconds

12 3 4