Searched defs:tryAgain (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dhost_install_dialog.js48 * has been installed and call tryAgain() otherwise.
86 remoting.HostInstallDialog.prototype.tryAgain = function() {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp38 bool* tryAgain, double* midPtr, bool opp) {
112 *tryAgain = true;
279 SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) {
284 tHit, hitDx, tryAgain, &test, opp);
285 if (contourWinding != SK_MinS32 || *tryAgain) {
355 bool tryAgain; local
366 tryAgain = false;
368 &hitDx, &tryAgain, onlyVertical, false);
372 if (tryAgain) {
379 &hitOppDx, &tryAgain, NUL
36 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
277 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* tHit, SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp38 bool* tryAgain, double* midPtr, bool opp) {
112 *tryAgain = true;
279 SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) {
284 tHit, hitDx, tryAgain, &test, opp);
285 if (contourWinding != SK_MinS32 || *tryAgain) {
355 bool tryAgain; local
366 tryAgain = false;
368 &hitDx, &tryAgain, onlyVertical, false);
372 if (tryAgain) {
379 &hitOppDx, &tryAgain, NUL
36 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
277 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* tHit, SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) argument
[all...]

Completed in 131 milliseconds