Searched refs:oddHeight (Results 1 – 1 of 1) sorted by relevance
3626 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local3627 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()3680 if (oddWidth && oddHeight) { in createMipmapProgram()3692 } else if (oddHeight) { in createMipmapProgram()3725 if (oddWidth && oddHeight) { in createMipmapProgram()3732 } else if (oddWidth || oddHeight) { in createMipmapProgram()