HomeSort by relevance Sort by last modified time
    Searched refs:SampleModel (Results 26 - 29 of 29) sorted by null

12

  /frameworks/base/awt/java/awt/image/
IndexColorModel.java 679 public boolean isCompatibleSampleModel(SampleModel sm) {
699 public SampleModel createCompatibleSampleModel(int w, int h) {
    [all...]
LookupOp.java 507 SampleModel srcSM = src.getSampleModel();
508 SampleModel dstSM = dst.getSampleModel();
ComponentColorModel.java     [all...]
DirectColorModel.java 623 SampleModel sm = raster.getSampleModel();

Completed in 312 milliseconds

12