Home | History | Annotate | Download | only in pipeline

Lines Matching refs:getFilterType

114             if (mFilters.elementAt(i).getFilterType() == type) {
123 if (mFilters.elementAt(i).getFilterType() == type) {
186 if (representation.getFilterType() == type
196 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY
200 if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER
204 if (representation.getFilterType() == FilterRepresentation.TYPE_VIGNETTE
208 if (representation.getFilterType() == FilterRepresentation.TYPE_TINYPLANET
328 if (filterRepresentation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
330 if (mFilters.elementAt(i).getFilterType()
331 == filterRepresentation.getFilterType()) {
362 } else if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
372 if (rep.getFilterType() != FilterRepresentation.TYPE_GEOMETRY) {
379 } else if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
384 } else if (representation.getFilterType() == FilterRepresentation.TYPE_FX) {
388 if (current.getFilterType() == FilterRepresentation.TYPE_FX) {
407 if (rep.getFilterType() == FilterRepresentation.TYPE_BORDER) {
448 if (r.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
510 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY) {
514 if (representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {
561 if (representation.getFilterType() == FilterRepresentation.TYPE_GEOMETRY
562 || representation.getFilterType() == FilterRepresentation.TYPE_BORDER) {