HomeSort by relevance Sort by last modified time
    Searched refs:hotspot (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/content/renderer/
cursor_utils.cc 21 webkit_cursor_info->hotSpot = cursor_info.hotspot;
36 web_cursor_info.hotspot = webkit_cursor_info.hotSpot;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
malloc-tree 37 hotspot = False variable
57 if hotspot:
100 global hotspot
107 if hotspot:
129 if hotspot:
138 global hotspot
153 parser.add_option('-t', '--hotspot', action='store_true', dest='hotspot',
158 hotspot = options.hotspot
    [all...]
  /external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc 29 gfx::Point hotspot = hotspot_; local
31 device_scale_factor_, rotation_, &bitmap, &hotspot);
33 XcursorImage* image = ui::SkBitmapToXcursorImage(&bitmap, hotspot);
webcursor_unittest.cc 157 // Hotspot is invalid --- outside the bounds of the image.
174 // Convert to WebCursorInfo, make sure the hotspot got clamped.
177 EXPECT_EQ(gfx::Point(1, 1), info.hotspot);
179 // Set hotspot to an invalid point again, pipe back through WebCursor,
180 // and make sure the hotspot got clamped again.
181 info.hotspot = gfx::Point(-1, -1);
184 EXPECT_EQ(gfx::Point(0, 0), info.hotspot);
191 // Hotspot is at origin
webcursor.h 63 gfx::Point hotspot; member in struct:WebCursor::CursorInfo
160 // Clamp the hotspot to the custom image's bounds, if this is a custom cursor.
166 // Hotspot in cursor image in pixels.
webcursor.cc 62 hotspot_ = cursor_info.hotspot;
72 cursor_info->hotspot = hotspot_;
256 // Clamp the hotspot to the custom image's dimensions.
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.h 45 const pp::Point& hotspot);
pepper_input_handler.cc 210 const pp::Point& hotspot) {
212 cursor_hotspot_ = hotspot;
  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 11 // Distance in pixels between the hotspot and when the hint should be shown.
29 gfx::Point hotspot[] = { local
46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area);
69 gfx::Point hotspot = gfx::Point(0, 0); local
96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area);
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info_unittest.cc 11 // Distance in pixels between the hotspot and when the hint should be shown.
29 gfx::Point hotspot[] = { local
46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area);
69 gfx::Point hotspot = gfx::Point(0, 0); local
96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area);
  /external/chromium_org/third_party/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 222 Point hotspot = JniInterface.getCursorHotspot(); local
223 canvas.drawBitmap(cursorBitmap, x - hotspot.x, y - hotspot.y, new Paint());
  /external/chromium_org/remoting/host/
chromoting_messages.h 143 IPC_STRUCT_TRAITS_MEMBER(hotspot)
video_scheduler.cc 104 cursor_proto->set_hotspot_x(cursor_shape->hotspot.x());
105 cursor_proto->set_hotspot_y(cursor_shape->hotspot.y());
  /external/chromium_org/ui/gfx/
icon_util.h 135 const gfx::Point& hotspot,
icon_util.cc 318 const gfx::Point& hotspot,
359 ii.xHotspot = hotspot.x();
360 ii.yHotspot = hotspot.y();
  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 165 final int hotSpot = hotSpotSystem.getHotSpotByTile(hitTileX, hitTileY);
167 if (hotSpot >= HotSpotSystem.HotSpotType.NPC_GO_RIGHT && hotSpot <= HotSpotSystem.HotSpotType.NPC_SLOW) {
170 accepted = executeCommand(hotSpot, parentObject, timeDelta);
171 } else if (hotSpot == HotSpotSystem.HotSpotType.ATTACK && !mPauseOnAttack) {
173 accepted = executeCommand(hotSpot, parentObject, timeDelta);
174 } else if (hotSpot == HotSpotSystem.HotSpotType.NPC_RUN_QUEUED_COMMANDS) {
178 } else if (hotSpot > HotSpotSystem.HotSpotType.NONE) {
179 queueCommand(hotSpot);
212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta)
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.h 99 const gfx::Point& hotspot);
x11_util.cc 398 const gfx::Point& hotspot) {
400 gfx::Point hotspot_point = hotspot;
418 hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale));
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 414 cursor_info.hotSpot = web_cursor_info.hotspot;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 4434 milliseconds