Searched refs:pMargins (Results 1 – 2 of 2) sorted by relevance
124 XMLPropertyState* pMargins[4] = { NULL, NULL, NULL, NULL }; in finished() local194 pMargins[XML_LINE_TOP] = property; break; in finished()196 pMargins[XML_LINE_BOTTOM] = property; break; in finished()198 pMargins[XML_LINE_LEFT] = property; break; in finished()200 pMargins[XML_LINE_RIGHT] = property; break; in finished()227 if (pAllMarginProperty && !pMargins[i]) in finished()
321 XMLPropertyState* pMargins[4] = { 0, 0, 0, 0 }; in finished() local429 pMargins[XML_LINE_LEFT] = property; break; in finished()431 pMargins[XML_LINE_RIGHT] = property; break; in finished()433 pMargins[XML_LINE_TOP] = property; break; in finished()435 pMargins[XML_LINE_BOTTOM] = property; break; in finished()470 if (pAllMargin && !pMargins[i]) in finished()
Completed in 13 milliseconds