Home
last modified time | relevance | path

Searched defs:CellType (Results 1 – 4 of 4) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java42 private enum CellType { enum in XYLegendWidget
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp719 const std::pair<CellType, unsigned> &rleAccumulator, in renderCellsWithRLE()
720 const std::map<CellType, std::string> &cellTypeStrs) const { in renderCellsWithRLE() argument
/external/ImageMagick/coders/
Dmat.c357 static void CalcMinMax(Image *image, int endian_indicator, int SizeX, int SizeY, size_t CellType, u… in CalcMinMax()
808 size_t CellType; in ReadMATImage() local
/external/v8/src/heap/
Dmarking.h15 typedef uint32_t CellType; typedef