Searched defs:relative (Results 26 - 50 of 69) sorted by relevance

123

/external/skia/experimental/Intersection/
H A DLogoPlay.cpp136 bool isRelative, SkPoint* relative)
141 value[index].fX += relative->fX;
142 value[index].fY += relative->fY;
149 bool isRelative, SkScalar relative)
153 *value += relative;
215 bool relative = false; local
229 relative = false;
232 relative = true;
239 data = find_points(data, points, 1, relative, &c);
245 data = find_points(data, points, 1, relative,
135 find_points(const char str[], SkPoint value[], int count, bool isRelative, SkPoint* relative) argument
148 find_scalar(const char str[], SkScalar* value, bool isRelative, SkScalar relative) argument
[all...]
/external/skia/src/animator/
H A DSkParseSVGPath.cpp92 bool isRelative, SkPoint* relative)
97 value[index].fX += relative->fX;
98 value[index].fY += relative->fY;
105 bool isRelative, SkScalar relative)
109 *value += relative;
122 bool relative = false; local
134 relative = false;
137 relative = true;
144 data = find_points(data, points, 1, relative, &c);
150 data = find_points(data, points, 1, relative,
91 find_points(const char str[], SkPoint value[], int count, bool isRelative, SkPoint* relative) argument
104 find_scalar(const char str[], SkScalar* value, bool isRelative, SkScalar relative) argument
[all...]
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc77 base::FilePath relative;
79 url.virtual_path(), &relative);
81 return relative;
140 base::FilePath relative; local
141 if (data_dir_.path().AppendRelativePath(path, &relative))
142 return relative;
243 base::FilePath relative = GetRelativeVirtualPath(root2, url2); local
244 EXPECT_TRUE(file_set1.find(relative) != file_set1.end());
H A Dcopy_or_move_operation_delegate_unittest.cc323 base::FilePath relative; local
324 root.virtual_path().AppendRelativePath(url.virtual_path(), &relative);
325 relative = relative.NormalizePathSeparators();
326 ASSERT_TRUE(ContainsKey(test_case_map, relative));
328 EXPECT_TRUE(test_case_map[relative]->is_directory);
331 EXPECT_FALSE(test_case_map[relative]->is_directory);
332 EXPECT_TRUE(FileExists(url, test_case_map[relative]->data_file_size));
334 test_case_map.erase(relative);
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc64 relative = 0;
69 ULONG relative; member in struct:__anon10647::Redirected
87 relative = 0;
93 ULONG relative; member in struct:__anon10647::InternalThunk
285 // If the source or target are above 4GB we cannot do this relative jump.
298 local_service.relative = static_cast<ULONG>(diff);
322 my_thunk.relative = static_cast<ULONG>(diff);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h53 unsigned relative:1; member in struct:sh_reg
132 unsigned relative:1; member in struct:sh_dstreg
161 unsigned relative:1; member in struct:sh_srcreg
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h53 unsigned relative:1; member in struct:sh_reg
132 unsigned relative:1; member in struct:sh_dstreg
161 unsigned relative:1; member in struct:sh_srcreg
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc123 View* relative,
125 DCHECK(relative);
126 DCHECK_NE(view, relative);
127 DCHECK_EQ(view->parent(), relative->parent());
132 std::find(children->begin(), children->end(), relative) -
139 ScopedOrderChangedNotifier notifier(view, relative, direction);
266 void View::Reorder(View* relative, OrderDirection direction) { argument
267 if (!LocalReorder(relative, direction))
271 relative->id(),
392 bool View::LocalReorder(View* relative, OrderDirectio argument
121 ReorderImpl(View::Children* children, View* view, View* relative, OrderDirection direction) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_32.cc332 // Plain old entry point patch. The relative jump address follows it.
333 ULONG relative = function_code.service_id; local
336 relative += bit_cast<ULONG>(target_) - bit_cast<ULONG>(remote_thunk);
338 function_code.service_id = relative;
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc1025 base::FilePath relative = dest_root_.virtual_path(); local
1027 &relative);
1031 relative);
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp31 string relative = filename.substr(baseSrcPath.length()); local
33 strcpy(tmp, relative.c_str()); // insecure
/external/chromium_org/url/
H A Durl_util.cc127 // Remove any whitespace from the middle of the relative URL, possibly
203 // Remove any whitespace from the middle of the relative URL, possibly
207 const CHAR* relative = RemoveURLWhitespace(in_relative, in_relative_length, local
227 if (!IsRelativeURL(base_spec, base_parsed, relative, relative_length,
242 ResolveRelativeURL(base_spec, base_parsed_authority, false, relative,
256 return ResolveRelativeURL(base_spec, base_parsed, file_base_scheme, relative,
261 // Not relative, canonicalize the input.
262 return DoCanonicalize(relative, relative_length, true, charset_converter,
443 const char* relative,
449 relative, relative_lengt
440 ResolveRelative(const char* base_spec, int base_spec_len, const Parsed& base_parsed, const char* relative, int relative_length, CharsetConverter* charset_converter, CanonOutput* output, Parsed* output_parsed) argument
453 ResolveRelative(const char* base_spec, int base_spec_len, const Parsed& base_parsed, const base::char16* relative, int relative_length, CharsetConverter* charset_converter, CanonOutput* output, Parsed* output_parsed) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DSampleCode.java139 * @param relative Relative path for creating links to this file.
141 public void setProjectStructure(List<Node> parent, File dir, String relative) { argument
151 String path = relative + name;
158 String dirpath = relative + name + "/";
175 * @param relative Relative path for creating links to this file.
180 public void writeProjectDirectory(File dir, String relative, Boolean recursed, argument
203 String path = relative + name;
211 relative, type, true);
214 relative, type, false);
219 hdf.setValue(key + i + ".RelPath", relative);
[all...]
H A DDoclava.java777 private static void writeDirectory(File dir, String relative, JSilver js) { argument
783 String templ = relative + f.getName();
792 DocFile.writePage(f.getAbsolutePath(), relative, filename, data);
800 writeDirectory(f, relative + f.getName() + "/", js);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c711 void FB_vgamousecallback(int button, int relative, int dx, int dy) argument
720 posted += SDL_PrivateMouseMotion(0, relative, dx, dy);
767 static int relative = 1; local
920 FB_vgamousecallback(button, relative, dx, dy);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c296 static void post_mouse_motion(int relative, Sint16 x, Sint16 y) argument
302 0, relative, x, y);
347 /* When in relative mode, warp the OS's idea of where the cursor is to
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp31 string relative = filename.substr(baseSrcPath.length()); local
33 strcpy(tmp, relative.c_str()); // insecure
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc414 PP_Var relative,
412 ResolveRelativeToDocument( PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp210 // Constructs a new URL given a base URL and a possibly relative input URL.
212 KURL::KURL(const KURL& base, const String& relative) argument
214 init(base, relative, 0);
217 // Constructs a new URL given a base URL and a possibly relative input URL.
218 // Any query portion of the relative URL will be encoded in the given encoding.
219 KURL::KURL(const KURL& base, const String& relative, const WTF::TextEncoding& encoding) argument
221 init(base, relative, &encoding.encodingForFormSubmission());
778 void KURL::init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding) argument
780 if (!relative.isNull() && relative
790 init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding) argument
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java587 public boolean relative(int rows) throws SQLException { method in class:Impl_RowSet
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc357 // For a device with |device_name| and a relative path |sub_folder|, construct
413 base::FilePath relative; local
414 if (download_path.AppendRelativePath(path, &relative))
415 return relative.LossyDisplayName();
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc521 PP_Var relative,
526 SerializedVarSendInput(dispatcher(), relative),
1207 SerializedVarReceiveInput relative,
1215 instance, relative.Get(dispatcher()), NULL));
519 ResolveRelativeToDocument( PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
1205 OnHostMsgResolveRelativeToDocument( PP_Instance instance, SerializedVarReceiveInput relative, SerializedVarReturnValue result) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c278 VGboolean relative,
281 if (relative) {
396 VGboolean relative = SEGMENT_ABS_REL(segment); local
414 map_if_relative(ox, oy, relative, &x0, &y0);
428 map_if_relative(ox, oy, relative, &x0, &y0);
440 map_if_relative(ox, oy, relative, &x0, 0);
451 map_if_relative(ox, oy, relative, 0, &y0);
469 map_if_relative(ox, oy, relative, &x1, &y1);
470 map_if_relative(ox, oy, relative, &x2, &y2);
471 map_if_relative(ox, oy, relative,
277 map_if_relative(VGfloat ox, VGfloat oy, VGboolean relative, VGfloat *x, VGfloat *y) argument
687 VGboolean relative; local
959 VGboolean relative = SEGMENT_ABS_REL(pd->segment); local
1276 VGboolean relative = SEGMENT_ABS_REL(segment); local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc436 bool relative = true; local
443 relative = true;
450 relative = (line.at(11) != '0');
453 if (relative) {
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c278 VGboolean relative,
281 if (relative) {
396 VGboolean relative = SEGMENT_ABS_REL(segment); local
414 map_if_relative(ox, oy, relative, &x0, &y0);
428 map_if_relative(ox, oy, relative, &x0, &y0);
440 map_if_relative(ox, oy, relative, &x0, 0);
451 map_if_relative(ox, oy, relative, 0, &y0);
469 map_if_relative(ox, oy, relative, &x1, &y1);
470 map_if_relative(ox, oy, relative, &x2, &y2);
471 map_if_relative(ox, oy, relative,
277 map_if_relative(VGfloat ox, VGfloat oy, VGboolean relative, VGfloat *x, VGfloat *y) argument
687 VGboolean relative; local
959 VGboolean relative = SEGMENT_ABS_REL(pd->segment); local
1276 VGboolean relative = SEGMENT_ABS_REL(segment); local
[all...]

Completed in 4828 milliseconds

123