Searched refs:fDef (Results 1 – 4 of 4) sorted by relevance
76 [str](AnchorDef compare) { return compare.fDef == str; } )) { in anchorDef()774 [](const AnchorDef& a, const AnchorDef& b) { return a.fDef < b.fDef; } ); in checkAnchors()784 if (allRefsEnded || (!allDefsEnded && allDefsIter->fDef < *allRefsIter)) { in checkAnchors()789 auto iter = fBmhParser.fTopicMap.find(allDefsIter->fDef); in checkAnchors()811 allDefsIter->fDef.c_str()); in checkAnchors()816 } else if (allDefsEnded || (!allRefsEnded && allDefsIter->fDef > *allRefsIter)) { in checkAnchors()827 SkASSERT(allDefsIter->fDef == *allRefsIter); in checkAnchors()
45 string fDef; member
297 const double fDef = sinTheta * g + cosTheta * f; in init() local301 const double y0 = (1.0 / (2.0 * fDef)) * (c - (gDef * gDef / (a + b))); in init()304 const double lambda = -1.0 * ((a + b) / (2.0 * fDef)); in init()
324 const double fDef = sinTheta * g + cosTheta * f; in init() local328 const double y0 = (1.0 / (2.0 * fDef)) * (c - (gDef * gDef / (a + b))); in init()331 const double lambda = -1.0 * ((a + b) / (2.0 * fDef)); in init()