Searched refs:fParagraphLayout (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/icu/source/samples/layout/ |
D | paragraph.cpp | 83 …: fParagraphLayout(nullptr), fParagraphCount(0), fParagraphMax(PARA_GROW), fParagraphGrow(PARA_GRO… in Paragraph() 101 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph() 150 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph() 154 fParagraphLayout[fParagraphCount++] = paragraphLayout; in Paragraph() 174 delete fParagraphLayout[paragraph]; in ~Paragraph() 178 LE_DELETE_ARRAY(fParagraphLayout); in ~Paragraph() 214 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines()
|
D | pflow.c | 46 pl_paragraph **fParagraphLayout; member 130 flow->fParagraphLayout = NULL; in pf_create() 152 flow->fParagraphLayout = NEW_ARRAY(pl_paragraph *, flow->fParagraphMax); in pf_create() 205 …flow->fParagraphLayout = (pl_paragraph **) GROW_ARRAY(flow->fParagraphLayout, flow->fParagraphMax … in pf_create() 209 flow->fParagraphLayout[flow->fParagraphCount++] = paragraphLayout; in pf_create() 239 pl_close(obj->fParagraphLayout[i]); in pf_close() 242 DELETE_ARRAY(obj->fParagraphLayout); in pf_close() 307 pl_paragraph *paragraphLayout = obj->fParagraphLayout[p]; in pf_breakLines()
|
D | paragraph.h | 57 ParagraphLayout **fParagraphLayout; variable
|
/external/cronet/stable/third_party/icu/source/samples/layout/ |
D | paragraph.cpp | 83 …: fParagraphLayout(nullptr), fParagraphCount(0), fParagraphMax(PARA_GROW), fParagraphGrow(PARA_GRO… in Paragraph() 101 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph() 150 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph() 154 fParagraphLayout[fParagraphCount++] = paragraphLayout; in Paragraph() 174 delete fParagraphLayout[paragraph]; in ~Paragraph() 178 LE_DELETE_ARRAY(fParagraphLayout); in ~Paragraph() 214 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines()
|
D | pflow.c | 46 pl_paragraph **fParagraphLayout; member 130 flow->fParagraphLayout = NULL; in pf_create() 152 flow->fParagraphLayout = NEW_ARRAY(pl_paragraph *, flow->fParagraphMax); in pf_create() 205 …flow->fParagraphLayout = (pl_paragraph **) GROW_ARRAY(flow->fParagraphLayout, flow->fParagraphMax … in pf_create() 209 flow->fParagraphLayout[flow->fParagraphCount++] = paragraphLayout; in pf_create() 239 pl_close(obj->fParagraphLayout[i]); in pf_close() 242 DELETE_ARRAY(obj->fParagraphLayout); in pf_close() 307 pl_paragraph *paragraphLayout = obj->fParagraphLayout[p]; in pf_breakLines()
|
D | paragraph.h | 57 ParagraphLayout **fParagraphLayout; variable
|