Home
last modified time | relevance | path

Searched defs:boxes (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/skin/
Dregion.c1240 _expectCompare( Region* r, const SkinBox* boxes, int count ) in _expectCompare()
1348 expectComplexRegion( Region* r, const SkinBox* boxes, int count ) in expectComplexRegion()
1364 expectIntersect( Region* r1, Region* r2, const SkinBox* boxes, int count ) in expectIntersect()
1376 expectUnion( Region* r1, Region* r2, const SkinBox* boxes, int count ) in expectUnion()
1389 expectSubstract( Region* r1, Region* r2, const SkinBox* boxes, int count ) in expectSubstract()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp302 Vector<SVGInlineTextBox*> boxes; in findInlineTextBoxInTextChunks() local
/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h288 Vector<SVGInlineBoxCharacterRange> boxes; member