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

  /external/icu4c/samples/layout/
paragraph.cpp 78 fLineCount(0), fLinesMax(LINE_GROW), fLinesGrow(LINE_GROW), fLines(NULL), fChars(NULL),
94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
163 delete /*(LineInfo *)*/ fLines[line];
166 LE_DELETE_ARRAY(fLines);
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow);
178 fLines[fLineCount++] = line;
197 delete fLines[li];
224 const ParagraphLayout::Line *line = fLines[li];
pflow.c 51 pl_line **fLines;
132 flow->fLines = NULL;
146 flow->fLines = NEW_ARRAY(pl_line *, flow->fLinesMax);
228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
269 obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->fLinesGrow);
273 obj->fLines[obj->fLineCount++] = line;
296 pl_closeLine(obj->fLines[li]);
324 const pl_line *line = obj->fLines[li]
    [all...]
paragraph.h 61 const ParagraphLayout::Line **fLines;
  /external/skia/include/text/
SkTextLayout.h 53 SkTDArray<Line*> fLines;
  /external/skia/src/text/
SkTextLayout.cpp 29 fLines.deleteAll();
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 202 milliseconds