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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
PerspectiveTransformOperation.cpp 49 Length toP = m_p;
54 toT.applyPerspective(floatValueForLength(toP, 1));
  /external/expat/lib/
xmltok.c 324 char **toP, const char *toLim)
328 if (fromLim - *fromP > toLim - *toP) {
330 for (fromLim = *fromP + (toLim - *toP); fromLim > *fromP; fromLim--)
334 for (to = *toP, from = *fromP; from != fromLim; from++, to++)
337 *toP = to;
343 unsigned short **toP, const unsigned short *toLim)
345 unsigned short *to = *toP;
379 *toP = to;
431 char **toP, const char *toLim)
439 if (toLim - *toP < 2
    [all...]
xmltok.h 164 char **toP,
169 unsigned short **toP,
255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \
256 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \
259 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))

Completed in 54 milliseconds