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

  /external/icu/icu4c/source/samples/layout/
paragraph.h 67 const ParagraphLayout::Line **fLines;
pflow.c 54 pl_line **fLines;
135 flow->fLines = NULL;
149 flow->fLines = NEW_ARRAY(pl_line *, flow->fLinesMax);
231 DELETE_ARRAY(obj->fLines[i]);
234 DELETE_ARRAY(obj->fLines);
272 obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->fLinesGrow);
276 obj->fLines[obj->fLineCount++] = line;
299 pl_closeLine(obj->fLines[li]);
327 const pl_line *line = obj->fLines[li]
    [all...]
  /external/skia/src/gpu/ops/
GrDashOp.cpp 268 for (const auto& geo : fLines) {
321 fLines.push_back(geometry);
331 SkMatrix& combinedMatrix = fLines[0].fSrcRotInv;
360 int instanceCount = fLines.count();
399 const LineData& args = fLines[i];
601 const LineData& geom = fLines[i];
700 fLines.push_back_n(that->fLines.count(), that->fLines.begin());
706 const SkMatrix& viewMatrix() const { return fLines[0].fViewMatrix;
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 243 milliseconds